[issue9873] urllib.parse: Allow bytes in some APIs that use string literals internally

Nick Coghlan report at bugs.python.org
Tue Nov 30 16:53:41 CET 2010


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Committed in r86889

The docs changes should soon be live at:
http://docs.python.org/dev/library/urllib.parse.html

If anyone would like to suggest changes to the wording of the docs for post beta1, or finds additional corner cases that the new bytes handling can't cope with, feel free to create a new issue.

----------
resolution:  -> accepted
stage: needs patch -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list