Senthil Kumaran <orsent...@gmail.com> added the comment:

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.

----------
resolution: fixed -> accepted
status: closed -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1712522>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to