Message147349
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. |
|
| Date |
User |
Action |
Args |
| 2011-11-09 11:26:13 | krisys | set | recipients:
+ krisys, orsenthil, ezio.melotti, davide.rizzo |
| 2011-11-09 11:26:13 | krisys | set | messageid: <1320837973.17.0.692674276771.issue13359@psf.upfronthosting.co.za> |
| 2011-11-09 11:26:12 | krisys | link | issue13359 messages |
| 2011-11-09 11:26:12 | krisys | create | |
|