This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ajaksu2
Recipients ajaksu2, christian.heimes, mark
Date 2008-08-28.18:10:06
SpamBayes Score 0.07629067
Marked as misclassified No
Message-id <1219947067.12.0.99129471292.issue2501@psf.upfronthosting.co.za>
In-reply-to
Content
ISTM that this release blocker can be solved by changing
xml.sax.xmlreader.py line 122 from:
        while buffer != "":
to
        while buffer != b"":
History
Date User Action Args
2008-08-28 18:11:07ajaksu2setrecipients: + ajaksu2, christian.heimes, mark
2008-08-28 18:11:07ajaksu2setmessageid: <1219947067.12.0.99129471292.issue2501@psf.upfronthosting.co.za>
2008-08-28 18:10:06ajaksu2linkissue2501 messages
2008-08-28 18:10:06ajaksu2create