summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-01-14 11:09:04 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-01-14 11:09:04 (GMT)
commitc5c5a14577f1188125630dcbf31c5c2cd258b541 (patch)
tree9a9c8efbaa2c774caa11d4c70d6483d6c8651bbf /Misc
parent9bbcb254dbeafcbfb09b3ca7a53bd69083ecabbb (diff)
downloadcpython-c5c5a14577f1188125630dcbf31c5c2cd258b541.zip
cpython-c5c5a14577f1188125630dcbf31c5c2cd258b541.tar.gz
cpython-c5c5a14577f1188125630dcbf31c5c2cd258b541.tar.bz2
Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 073417d..629dbcc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -97,6 +97,9 @@ Core and Builtins
Library
-------
+- Issue #13642: Unquote before b64encoding user:password during Basic
+ Authentication. Patch contributed by Joonas Kuorilehto.
+
- Issue #13726: Fix the ambiguous -S flag in regrtest. It is -o/--slow for slow
tests.