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 kiilerix
Recipients Ramchandra Apte, davide.rizzo, ezio.melotti, kiilerix, krisys, maker, orsenthil, sandro.tosi
Date 2012-01-12.15:10:57
SpamBayes Score 0.00034498182
Marked as misclassified No
Message-id <1326381058.67.0.491463265511.issue13359@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, I don't think it is a good idea to escape automatically. It will change the behaviour in a non-backward compatible way for existing applications that pass encoded urls to this function.

I think the existing behaviour is better. The documentation and the failure mode for passing URLs with spaces could however be improved.
History
Date User Action Args
2012-01-12 15:10:58kiilerixsetrecipients: + kiilerix, orsenthil, ezio.melotti, sandro.tosi, maker, davide.rizzo, Ramchandra Apte, krisys
2012-01-12 15:10:58kiilerixsetmessageid: <1326381058.67.0.491463265511.issue13359@psf.upfronthosting.co.za>
2012-01-12 15:10:58kiilerixlinkissue13359 messages
2012-01-12 15:10:57kiilerixcreate