Message111145
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. |
|
Date |
User |
Action |
Args |
2010-07-22 02:08:32 | orsenthil | set | recipients:
+ orsenthil, collinwinter, varmaa, nagle, pitrou, vstinner, ajaksu2, ezio.melotti, eric.araujo, mgiuca, mastrodomenico, vak, adamnelson, BreamoreBoy |
2010-07-22 02:08:31 | orsenthil | set | messageid: <1279764511.63.0.42732882836.issue1712522@psf.upfronthosting.co.za> |
2010-07-22 02:08:29 | orsenthil | link | issue1712522 messages |
2010-07-22 02:08:28 | orsenthil | create | |
|