cpython/Lib/urllib
Jeremy Hylton 73fd46d24e Bug 3347: robotparser failed because it didn't convert bytes to string.
The solution is to convert bytes to text via utf-8.  I'm not entirely
sure if this is safe, but it looks like robots.txt is expected to be
ascii.
2008-07-18 20:59:44 +00:00
..
__init__.py Make a new urllib package . 2008-06-18 20:49:58 +00:00
error.py Make a new urllib package . 2008-06-18 20:49:58 +00:00
parse.py Issue 3314. The sys module is used in an error case. 2008-07-07 18:24:11 +00:00
request.py Fix a few urllib bugs (NameErrors). 2008-07-01 19:56:00 +00:00
response.py Make a new urllib package . 2008-06-18 20:49:58 +00:00
robotparser.py Bug 3347: robotparser failed because it didn't convert bytes to string. 2008-07-18 20:59:44 +00:00