projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
748633d
)
HTTPError changes are going down in history
author
Kenneth Reitz
<me@kennethreitz.com>
Tue, 15 Feb 2011 14:26:44 +0000
(09:26 -0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Tue, 15 Feb 2011 14:26:44 +0000
(09:26 -0500)
HISTORY.rst
patch
|
blob
|
history
diff --git
a/HISTORY.rst
b/HISTORY.rst
index
f48abe0
..
6c63003
100644
(file)
--- a/
HISTORY.rst
+++ b/
HISTORY.rst
@@
-1,6
+1,16
@@
History
-------
+0.2.3 (2011-02-15)
+++++++++++++++++++
+
+* New HTTPHandling Methods
+ - Reponse.__nonzero__ (false if bad HTTP Status)
+ - Response.ok (True if expected HTTP Status)
+ - Response.error (Logged HTTPError if bad HTTP Status)
+ - Reponse.raise_for_status() (Raises stored HTTPError)
+
+
0.2.2 (2011-02-14)
++++++++++++++++++