From 4b93bb40829a0db2a321fa5a8aba24b0b4982e77 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 15 Sep 2011 10:08:25 -0400 Subject: [PATCH] history! --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 0b129066..305fb437 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,8 @@ History * New ``r.fo`` interface for advanced response usage.* * Automatic expansion of parameterized headers * Turn off Redirects for GET/HEAD requests +* Fix for Python Pre-2.7 URL quoting +* New ``r.iter_content`` method. 0.6.1 (2011-08-20) ++++++++++++++++++