[issue13359] urllib2 doesn't escape spaces in http requests

Michele Orrù report at bugs.python.org
Thu Jan 12 16:30:04 CET 2012


Michele Orrù <maker.py at gmail.com> added the comment:

Here the patch for python2.


kiilerix, RFC 1738 explicitly says that the space character shall not be used.

----------
Added file: http://bugs.python.org/file24216/issue13359_py2.patch

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


More information about the Python-bugs-list mailing list