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 BreamoreBoy, adamnelson, ajaksu2, collinwinter, eric.araujo, ezio.melotti, mastrodomenico, mgiuca, nagle, orsenthil, pitrou, vak, varmaa, vstinner
Date 2010-07-22.02:08:28
SpamBayes Score 0.030032532
Marked as misclassified No
Message-id <1279764511.63.0.42732882836.issue1712522@psf.upfronthosting.co.za>
In-reply-to
Content
Reverted the checkin in revision 83045.

For the robotparser issue, one of the these two can be adopted.

1. Fix it by decoding the unicode url using utf-8, strict.
2. Catch the KeyError exception and raise a TypeError exception from the robotparser module informing the user that Unicode URLs are not allowed. So that users can handle at application end and send 8bit strings.

I prefer 2.
History
Date User Action Args
2010-07-22 02:08:32orsenthilsetrecipients: + orsenthil, collinwinter, varmaa, nagle, pitrou, vstinner, ajaksu2, ezio.melotti, eric.araujo, mgiuca, mastrodomenico, vak, adamnelson, BreamoreBoy
2010-07-22 02:08:31orsenthilsetmessageid: <1279764511.63.0.42732882836.issue1712522@psf.upfronthosting.co.za>
2010-07-22 02:08:29orsenthillinkissue1712522 messages
2010-07-22 02:08:28orsenthilcreate