diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-01-10 16:09:24 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-01-10 16:09:24 (GMT) |
commit | bcd833f30f77160e321056fa548d76e2abe26701 (patch) | |
tree | b4b5f259a79d356a68f82f574c294cf3a3b5bb91 /Misc | |
parent | a0ff91cac094a986b0cf4d33907a33e24bb97523 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |