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 pitrou
Recipients benjamin.peterson, loewis, nneonneo, pitrou, pmpp, skrah
Date 2010-02-04.12:41:22
SpamBayes Score 0.015218514
Marked as misclassified No
Message-id <1265287289.65.0.691003150242.issue5677@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, test_file.py is for the new IO library (backported from 3.x). You should use test_file2k.py for tests against the 2.x file object.

Also, readinto() should take something such as a bytearray() as argument, not a string.
History
Date User Action Args
2010-02-04 12:41:29pitrousetrecipients: + pitrou, loewis, nneonneo, benjamin.peterson, skrah, pmpp
2010-02-04 12:41:29pitrousetmessageid: <1265287289.65.0.691003150242.issue5677@psf.upfronthosting.co.za>
2010-02-04 12:41:23pitroulinkissue5677 messages
2010-02-04 12:41:22pitroucreate