diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/05_fix_python3_syntax_error_in_ntlmpool.patch | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 16 deletions
diff --git a/debian/patches/05_fix_python3_syntax_error_in_ntlmpool.patch b/debian/patches/05_fix_python3_syntax_error_in_ntlmpool.patch deleted file mode 100644 index 7b90098..0000000 --- a/debian/patches/05_fix_python3_syntax_error_in_ntlmpool.patch +++ /dev/null @@ -1,15 +0,0 @@ -Origin: https://github.com/shazow/urllib3/issues/177 -Description: Fix syntax error 'unicodeescape' codec can't decode bytes in - position 130-132 for Python3 - ---- a/urllib3/contrib/ntlmpool.py -+++ b/urllib3/contrib/ntlmpool.py -@@ -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) diff --git a/debian/patches/series b/debian/patches/series index f44758a..b90c3c3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,5 +2,4 @@ 02_require-cert-verification.patch 03_no-setuptools.patch 04_relax_nosetests_options.patch -05_fix_python3_syntax_error_in_ntlmpool.patch 06_fix_abuse_of_match_hostname_for_DoS.patch |