diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-01-14 11:09:04 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-01-14 11:09:04 (GMT) |
commit | c5c5a14577f1188125630dcbf31c5c2cd258b541 (patch) | |
tree | 9a9c8efbaa2c774caa11d4c70d6483d6c8651bbf /Misc | |
parent | 9bbcb254dbeafcbfb09b3ca7a53bd69083ecabbb (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |