Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/requests/files: requests-1.2.1-urllib3-py3.patch
Date: Tue, 21 May 2013 08:09:22
Message-Id: 20130521080918.31BD12171E@flycatcher.gentoo.org
1 radhermit 13/05/21 08:09:18
2
3 Added: requests-1.2.1-urllib3-py3.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.1 dev-python/requests/files/requests-1.2.1-urllib3-py3.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/files/requests-1.2.1-urllib3-py3.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/files/requests-1.2.1-urllib3-py3.patch?rev=1.1&content-type=text/plain
14
15 Index: requests-1.2.1-urllib3-py3.patch
16 ===================================================================
17 --- requests-1.2.1/requests/packages/urllib3/contrib/ntlmpool.py
18 +++ requests-1.2.1/requests/packages/urllib3/contrib/ntlmpool.py
19 @@ -33,7 +33,7 @@
20 def __init__(self, user, pw, authurl, *args, **kwargs):
21 """
22 authurl is a random URL on the server that is protected by NTLM.
23 - user is the Windows user, probably in the DOMAIN\username format.
24 + user is the Windows user, probably in the DOMAIN\\username format.
25 pw is the password for the user.
26 """
27 super(NTLMConnectionPool, self).__init__(*args, **kwargs)