Message5384

Author kurtmckee
Recipients kurtmckee, pjenvey
Date 2009-12-15.03:26:11
SpamBayes Score 0.0002112544
Marked as misclassified No
Message-id <1260847571.65.0.279405438796.issue1523@psf.upfronthosting.co.za>
In-reply-to
Content
I ran across this because of some code I wrote that injects a DOCTYPE
into otherwise-invalid XML; I had written it assuming that read() calls
would always be 2**16, as it is in the IncrementalParser code, or
2**16-20, as it is in the CPython expatreader.py file.

It may be that this isn't a bug in Jython at all; this may be a
perfectly valid parser-specific difference, but I wouldn't know. It's
your call. :)
History
Date User Action Args
2009-12-15 03:26:11kurtmckeesetmessageid: <1260847571.65.0.279405438796.issue1523@psf.upfronthosting.co.za>
2009-12-15 03:26:11kurtmckeesetrecipients: + kurtmckee, pjenvey
2009-12-15 03:26:11kurtmckeelinkissue1523 messages
2009-12-15 03:26:11kurtmckeecreate