From: Kenneth Reitz Date: Tue, 15 Feb 2011 14:26:44 +0000 (-0500) Subject: HTTPError changes are going down in history X-Git-Tag: v0.2.3^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d8a531e87efabdbfa734bd9f70e7220623c1cf7;p=services%2Fpython-requests.git HTTPError changes are going down in history --- diff --git a/HISTORY.rst b/HISTORY.rst index f48abe0..6c63003 100644 --- 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) ++++++++++++++++++