components/python/requests/patches/python3.patch
changeset 4063 12e03e5492b8
parent 4062 f45bb9cec48c
parent 4061 5ac5027dc3e3
--- a/components/python/requests/patches/python3.patch	Fri Mar 20 22:56:27 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-A one-line fix from upstream to fix a byte-compilation issue in Python 3.
-
---- requests-1.2.3/requests/packages/urllib3/contrib/ntlmpool.py.orig~	2013-04-30 10:39:29.000000000 -0700
-+++ requests-1.2.3/requests/packages/urllib3/contrib/ntlmpool.py	2014-04-17 08:33:25.770194371 -0700
-@@ -33,7 +33,7 @@
-     def __init__(self, user, pw, authurl, *args, **kwargs):
-         """
-         authurl is a random URL on the server that is protected by NTLM.
--        user is the Windows user, probably in the DOMAIN\username format.
-+        user is the Windows user, probably in the DOMAIN\\username format.
-         pw is the password for the user.
-         """
-         super(NTLMConnectionPool, self).__init__(*args, **kwargs)