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 orsenthil
Recipients cgohlke, eric.araujo, orsenthil
Date 2010-02-21.04:00:55
SpamBayes Score 0.005812714
Marked as misclassified No
Message-id <1266724857.72.0.776017257571.issue7751@psf.upfronthosting.co.za>
In-reply-to
Content
The reason the problem was appearing in windows was, it is where, the | is normally observed in URLS, Without | being a safe character, that is it can appear literally in the url, the open method was translating it to %7C. Christopher's patch was to reconvert it to '|' later. 
I thought about it a bit and added '|' to safe characters.
Also, the tests were not very specific to windows, but to test the functionality of the open method leaving the safe characters unquoted.
History
Date User Action Args
2010-02-21 04:00:57orsenthilsetrecipients: + orsenthil, eric.araujo, cgohlke
2010-02-21 04:00:57orsenthilsetmessageid: <1266724857.72.0.776017257571.issue7751@psf.upfronthosting.co.za>
2010-02-21 04:00:56orsenthillinkissue7751 messages
2010-02-21 04:00:56orsenthilcreate