summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-01-10 16:09:24 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-01-10 16:09:24 (GMT)
commitbcd833f30f77160e321056fa548d76e2abe26701 (patch)
treeb4b5f259a79d356a68f82f574c294cf3a3b5bb91 /Misc
parenta0ff91cac094a986b0cf4d33907a33e24bb97523 (diff)
downloadcpython-bcd833f30f77160e321056fa548d76e2abe26701.zip
cpython-bcd833f30f77160e321056fa548d76e2abe26701.tar.gz
cpython-bcd833f30f77160e321056fa548d76e2abe26701.tar.bz2
- Issue #13642: Unquote before b64encoding user:password during Basic
Authentication. Patch contributed by Joonas Kuorilehto and Michele OrrĂ¹.
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 8bd308b..aa32dd7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,9 @@ Core and Builtins
Library
-------
+- Issue #13642: Unquote before b64encoding user:password during Basic
+ Authentication. Patch contributed by Joonas Kuorilehto and Michele OrrĂ¹.
+
- Issue #13636: Weak ciphers are now disabled by default in the ssl module
(except when SSLv2 is explicitly asked for).