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 AdamN
Recipients AdamN, ajaksu2, jhylton, jjlee, mike_j_brown, orsenthil, robzed
Date 2009-10-07.13:22:19
SpamBayes Score 1.5074598e-06
Marked as misclassified No
Message-id <1254921742.14.0.423322765609.issue918368@psf.upfronthosting.co.za>
In-reply-to
Content
I can't think of too many specific scenarios.  It just seems like a non-
trivial behavior change (or rather, it is trivial but with possibly far 
reaching ramifications).

One issue I see is that the ticket morphed from just dealing with space 
characters to many special characters.  quote_plus() probably would have 
handled the space issue cleanly.

The other issue I'm concerned about is that there is no testing of non-
ascii URLs (or at least I don't see any).

Finally, a netloc like 'www.g oogle.com' would be converted invalidly to 
'www.g%20oogle.com' which would then be forwarded to an actual HTTP 
request.

I can't point to anything too specific - more of just a feeling that 
this ticket is already 5 1/2 years old and maybe things should be left 
as-is and enhancement made only to Python 3.x.  Of course, I'm really 
just a new Python convert so I don't have massive experience here by any 
means.
History
Date User Action Args
2009-10-07 13:22:22AdamNsetrecipients: + AdamN, jhylton, mike_j_brown, jjlee, robzed, orsenthil, ajaksu2
2009-10-07 13:22:22AdamNsetmessageid: <1254921742.14.0.423322765609.issue918368@psf.upfronthosting.co.za>
2009-10-07 13:22:20AdamNlinkissue918368 messages
2009-10-07 13:22:19AdamNcreate