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 r.david.murray
Recipients benjamin.peterson, georg.brandl, gvanrossum, jaywalker, jdwhitley, pitrou, r.david.murray, r.david.murray, sjmachin, skip.montanaro, vstinner
Date 2009-04-04.01:31:38
SpamBayes Score 5.526977e-10
Marked as misclassified No
Message-id <1238808699.99.0.81717785675.issue4847@psf.upfronthosting.co.za>
In-reply-to
Content
> Is this about correct?  Do any test cases need to be updated or added?  I
> notice that something called BytesIO is imported from io but not used.
 Were
> some test cases removed which used to involve that class or is that a 2to3
> artifact?

The set of test cases is almost exactly parallel between 2.7 and 3.1. 
3.1 adds an additional DictReader test, and refactors one set of tests
to make the code simpler.  Other than that, it is just a matter of
replacing the file opening and closing code that uses binary mode with
'with' statements where the open uses newline=''.  BytesIO is not used
so would appear to be a conversion artifact.
History
Date User Action Args
2009-04-04 01:31:40r.david.murraysetrecipients: + r.david.murray, gvanrossum, skip.montanaro, georg.brandl, sjmachin, pitrou, vstinner, benjamin.peterson, jaywalker, jdwhitley, r.david.murray-old
2009-04-04 01:31:39r.david.murraysetmessageid: <1238808699.99.0.81717785675.issue4847@psf.upfronthosting.co.za>
2009-04-04 01:31:38r.david.murraylinkissue4847 messages
2009-04-04 01:31:38r.david.murraycreate