[issue1929] httplib _read_chunked TypeError ||| i = line.find(";")

Georgij Kondratjev report at bugs.python.org
Fri Jan 25 01:05:42 CET 2008


Georgij Kondratjev added the comment:

Sorry, while debugging there was no 'b':
---
 line = self.fp.readline()
+print(' ***', line)
 i = line.find(";")
---

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1929>
__________________________________


More information about the Python-bugs-list mailing list