From: Kenneth Reitz Date: Mon, 23 Apr 2012 02:29:00 +0000 (-0400) Subject: revert X-Git-Tag: v0.12.0~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e9446d3fb2635589a40d1a4e738b850dfc270fe;p=services%2Fpython-requests.git revert --- diff --git a/HISTORY.rst b/HISTORY.rst index 0d84968..b1da96a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,7 +10,6 @@ History - Infinite digest auth redirect fix - Multi-part file upload improvements - Fix decoding of invalid %encodings in URLs -- Rewrite unquote_unreserved based on urllib.unquote - If there is no content in a response don't throw an error the second time that content is attempted to be read. - Upload data on redirects.