diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-01-14 11:12:28 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-01-14 11:12:28 (GMT) |
commit | 4479577388e737aba228ce8fbb7583add78ce80d (patch) | |
tree | f1cb34e2f5f88e21ac172fb575717ec98535ee3e /Misc | |
parent | 6c3dd7ea42c20d8e71da79c81b6c0738311d7f2e (diff) | |
parent | c5c5a14577f1188125630dcbf31c5c2cd258b541 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |