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 ezio.melotti, mgiuca
Date 2010-03-15.01:54:06
SpamBayes Score 0.0005995622
Marked as misclassified No
Message-id <1268618048.55.0.65273737297.issue8135@psf.upfronthosting.co.za>
In-reply-to
Content
I thought more about it, and wrote a different patch which doesn't remove the dictionary. I just replaced the dictionary creation code -- now it includes keys for all combinations of upper and lower case (for two-letter hex codes). This dictionary isn't much bigger -- 484 entries where is previously had 412.

Therefore, here is a replacement patch (urllib-unquote-mixcase.patch2).
History
Date User Action Args
2010-03-15 01:54:08mgiucasetrecipients: + mgiuca, ezio.melotti
2010-03-15 01:54:08mgiucasetmessageid: <1268618048.55.0.65273737297.issue8135@psf.upfronthosting.co.za>
2010-03-15 01:54:07mgiucalinkissue8135 messages
2010-03-15 01:54:06mgiucacreate