[issue13460] urllib methods should demand unicode, instead demand str
R. David Murray
report at bugs.python.org
Sat Nov 26 20:50:00 CET 2011
R. David Murray <rdmurray at bitdance.com> added the comment:
Well, most of the point of Python3 is that the string type *is* unicode, which is what I meant by saying that you probably wanted Python3 in order to solve your concern :)
There are still a few bugs to work out in the wire-protocol/unicode interface in Python3, but it is a *lot* cleaner than it was in Python2.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13460>
_______________________________________
More information about the Python-bugs-list
mailing list