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 krisys
Recipients davide.rizzo, ezio.melotti, krisys, orsenthil
Date 2011-11-09.11:26:11
SpamBayes Score 0.0005947437
Marked as misclassified No
Message-id <1320837973.17.0.692674276771.issue13359@psf.upfronthosting.co.za>
In-reply-to
Content
I have used the quote method to percent encode the url for spaces and similar characters. This is my first patch. Please let me know if there is anything wrong. I will correct and re-submit it. I ran the test_urllib2.py which gave an OK for 34 tests.

Changes are made in two instances:
1. in the open method.
2. in the __init__ of Request class to ensure that the same issue is addressed at the time of creating Request objects.
History
Date User Action Args
2011-11-09 11:26:13krisyssetrecipients: + krisys, orsenthil, ezio.melotti, davide.rizzo
2011-11-09 11:26:13krisyssetmessageid: <1320837973.17.0.692674276771.issue13359@psf.upfronthosting.co.za>
2011-11-09 11:26:12krisyslinkissue13359 messages
2011-11-09 11:26:12krisyscreate