Message88367
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. |
|
Date |
User |
Action |
Args |
2009-05-26 16:14:21 | mgiuca | set | recipients:
+ mgiuca, collinwinter, varmaa, nagle, orsenthil, vstinner, ajaksu2, vak |
2009-05-26 16:14:21 | mgiuca | set | messageid: <1243354461.31.0.783129577853.issue1712522@psf.upfronthosting.co.za> |
2009-05-26 16:14:19 | mgiuca | link | issue1712522 messages |
2009-05-26 16:14:19 | mgiuca | create | |
|