Daniel Diniz <[EMAIL PROTECTED]> added the comment:
ISTM that this release blocker can be solved by changing
xml.sax.xmlreader.py line 122 from:
while buffer != "":
to
while buffer != b"":
----------
nosy: +ajaksu2
_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2501>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com