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.
J
Jeremy Hylton committed
73fd46d24e45c34f0fb87261e5471584a7c273df
Parent: 48577d1