This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mgiuca
Recipients ajaksu2, collinwinter, mgiuca, nagle, orsenthil, vak, varmaa, vstinner
Date 2009-05-26.16:14:18
SpamBayes Score 1.01462e-07
Marked as misclassified No
Message-id <1243354461.31.0.783129577853.issue1712522@psf.upfronthosting.co.za>
In-reply-to
Content
The issue of urllib.quote was discussed at extreme length in issue 3300,
which was specific to Python 3.
http://bugs.python.org/issue3300

In the end, I rewrote the entire family of urllib.quote and unquote
functions; they're now Unicode compliant and accept additional encoding
and errors arguments to handle this.

They were never backported to the 2.x branch; maybe we should do so.
Note that the code is quite different and considerably more complex due
to all the new issues with Unicode strings.
History
Date User Action Args
2009-05-26 16:14:21mgiucasetrecipients: + mgiuca, collinwinter, varmaa, nagle, orsenthil, vstinner, ajaksu2, vak
2009-05-26 16:14:21mgiucasetmessageid: <1243354461.31.0.783129577853.issue1712522@psf.upfronthosting.co.za>
2009-05-26 16:14:19mgiucalinkissue1712522 messages
2009-05-26 16:14:19mgiucacreate