Message5385

Author pjenvey
Recipients kurtmckee, pjenvey
Date 2009-12-15.03:55:05
SpamBayes Score 0.00011961834
Marked as misclassified No
Message-id <1260849305.79.0.856168796005.issue1523@psf.upfronthosting.co.za>
In-reply-to
Content
It's not a bug, CPython only says that it requires a file (or I guess a 
file-like) object, it doesn't make any guarantees about the size of the 
reads it makes, they're just an implementation detail.

Jython backs these xml libraries by Java xml libs which do their reads 
differently. It doesn't use the expatreader.py module at all
History
Date User Action Args
2009-12-15 03:55:05pjenveysetmessageid: <1260849305.79.0.856168796005.issue1523@psf.upfronthosting.co.za>
2009-12-15 03:55:05pjenveysetrecipients: + pjenvey, kurtmckee
2009-12-15 03:55:05pjenveylinkissue1523 messages
2009-12-15 03:55:05pjenveycreate