HTTPError changes are going down in history
authorKenneth Reitz <me@kennethreitz.com>
Tue, 15 Feb 2011 14:26:44 +0000 (09:26 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Tue, 15 Feb 2011 14:26:44 +0000 (09:26 -0500)
HISTORY.rst

index f48abe0..6c63003 100644 (file)
@@ -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)
 ++++++++++++++++++