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 florianfesti
Recipients florianfesti, georg.brandl, karld, lucas_malor, pitrou, rharris
Date 2010-06-17.08:25:32
SpamBayes Score 0.026075957
Marked as misclassified No
Message-id <1276763135.05.0.863898419816.issue1675951@psf.upfronthosting.co.za>
In-reply-to
Content
There are no compatibility concerns I am aware of. The new implementation does no longer need a seek()able file. Of course an implemented seek() method won't hurt anyone. The additional tests are only there to point out the problems of the old implementation.

So there is no flag needed to maintain compatibility. The patch just has to be reviewed and then to be applied. If there are any concerns or questions I'll be glad to assist.

Florian
History
Date User Action Args
2010-06-17 08:25:35florianfestisetrecipients: + florianfesti, georg.brandl, pitrou, lucas_malor, rharris, karld
2010-06-17 08:25:35florianfestisetmessageid: <1276763135.05.0.863898419816.issue1675951@psf.upfronthosting.co.za>
2010-06-17 08:25:33florianfestilinkissue1675951 messages
2010-06-17 08:25:32florianfesticreate