summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-01-14 11:12:28 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-01-14 11:12:28 (GMT)
commit4479577388e737aba228ce8fbb7583add78ce80d (patch)
treef1cb34e2f5f88e21ac172fb575717ec98535ee3e /Misc
parent6c3dd7ea42c20d8e71da79c81b6c0738311d7f2e (diff)
parentc5c5a14577f1188125630dcbf31c5c2cd258b541 (diff)
downloadcpython-4479577388e737aba228ce8fbb7583add78ce80d.zip
cpython-4479577388e737aba228ce8fbb7583add78ce80d.tar.gz
cpython-4479577388e737aba228ce8fbb7583add78ce80d.tar.bz2
merge from 3.2 - 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 c5ced44..c7ed8b8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -442,6 +442,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.