[Python-modules-commits] r32583 - in packages/requests/trunk/debian/patches (1 file)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Mon May 4 00:32:36 UTC 2015
Date: Monday, May 4, 2015 @ 00:32:32
Author: eriol-guest
Revision: 32583
Refresh again
Modified:
packages/requests/trunk/debian/patches/02_use-system-chardet-and-urllib3.patch
Modified: packages/requests/trunk/debian/patches/02_use-system-chardet-and-urllib3.patch
===================================================================
--- packages/requests/trunk/debian/patches/02_use-system-chardet-and-urllib3.patch 2015-05-03 22:41:43 UTC (rev 32582)
+++ packages/requests/trunk/debian/patches/02_use-system-chardet-and-urllib3.patch 2015-05-04 00:32:32 UTC (rev 32583)
@@ -3,7 +3,7 @@
used to supply a stub for ``requests.packages.urllib3``.
Author: Daniele Tricoli <eriol at mornie.org>
Forwarded: not-needed
-Last-Update: 2015-05-03
+Last-Update: 2015-05-04
--- a/requests/adapters.py
+++ b/requests/adapters.py
@@ -116,3 +116,14 @@
class RequestException(IOError):
+--- a/requests/sessions.py
++++ b/requests/sessions.py
+@@ -21,7 +21,7 @@
+ from .utils import to_key_val_list, default_headers, to_native_string
+ from .exceptions import (
+ TooManyRedirects, InvalidSchema, ChunkedEncodingError, ContentDecodingError)
+-from .packages.urllib3._collections import RecentlyUsedContainer
++from urllib3._collections import RecentlyUsedContainer
+ from .structures import CaseInsensitiveDict
+
+ from .adapters import HTTPAdapter
More information about the Python-modules-commits
mailing list