From: Dmitry Medvinsky Date: Fri, 1 Mar 2013 07:42:43 +0000 (+0400) Subject: Fix couple of typos in HISTORY.rst X-Git-Tag: v1.2.0~30^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=057f32924a3d90216760fbe09a3e3a96870f69fc;p=services%2Fpython-requests.git Fix couple of typos in HISTORY.rst One typo and a couple of auto-completions, I guess. --- diff --git a/HISTORY.rst b/HISTORY.rst index a3491a1..7f0e52b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -40,7 +40,7 @@ History - /s/prefetch/stream - Removal of all configuration - Standard library logging -- Make Reponse.json() callable, not property. +- Make Response.json() callable, not property. - Usage of new charade project, which provides python 2 and 3 simultaneous chardet. - Removal of all hooks except 'response' - Removal of all authentication helpers (OAuth, Kerberos) @@ -575,10 +575,10 @@ This is not a backwards compatible change. ++++++++++++++++++ * New HTTPHandling Methods - - Reponse.__nonzero__ (false if bad HTTP Status) + - Response.__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) + - Response.raise_for_status() (Raises stored HTTPError) 0.2.2 (2011-02-14)