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 jjlee
Recipients ajaksu2, jjlee, mike_j_brown, orsenthil, robzed
Date 2009-02-12.20:48:09
SpamBayes Score 1.3376374e-05
Marked as misclassified No
Message-id <1234471691.21.0.561538277986.issue918368@psf.upfronthosting.co.za>
In-reply-to
Content
Mike's list is missing one more character, "%" itself.  So, the
replacement should be:

quote(newurl, safe="%/:=&?~#+!$,;'@()*[]")

The replacement should be done in the .open() method, not in the code
that handles redirects.
History
Date User Action Args
2009-02-12 20:48:11jjleesetrecipients: + jjlee, mike_j_brown, robzed, orsenthil, ajaksu2
2009-02-12 20:48:11jjleesetmessageid: <1234471691.21.0.561538277986.issue918368@psf.upfronthosting.co.za>
2009-02-12 20:48:09jjleelinkissue918368 messages
2009-02-12 20:48:09jjleecreate