[issue13642] urllib incorrectly quotes username and password in https basic auth

Senthil Kumaran report at bugs.python.org
Sat Jan 14 12:15:55 CET 2012


Senthil Kumaran <senthil at uthcode.com> added the comment:

Here we go! I thought the problem did not exist in py3k, but good that the tests caught them and we have a fix now.

Thanks for the complete patch, Joonas. I hope it was easy to port the patch to 3k. The encoding part may perhaps be the only thing to careful with and use of the new string format feature was good one.  Thanks!

----------
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13642>
_______________________________________


More information about the Python-bugs-list mailing list