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 Oleg.Plakhotnyuk
Recipients Oleg.Plakhotnyuk, ezio.melotti, r.david.murray
Date 2011-12-13.19:08:05
SpamBayes Score 1.1620967e-07
Marked as misclassified No
Message-id <1323803286.63.0.487230833708.issue13594@psf.upfronthosting.co.za>
In-reply-to
Content
1. Markers serialization test coverage improved.
2. Marker name changed from string to bytes, because _write_string function uses bytes.
3. Check for closed file handle moved to 'close' method, because otherwise  I caught 'attempt to write to closed file' error.
History
Date User Action Args
2011-12-13 19:08:06Oleg.Plakhotnyuksetrecipients: + Oleg.Plakhotnyuk, ezio.melotti, r.david.murray
2011-12-13 19:08:06Oleg.Plakhotnyuksetmessageid: <1323803286.63.0.487230833708.issue13594@psf.upfronthosting.co.za>
2011-12-13 19:08:06Oleg.Plakhotnyuklinkissue13594 messages
2011-12-13 19:08:05Oleg.Plakhotnyukcreate