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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, jcea, loewis, pitrou, rhettinger
Date 2010-11-11.18:03:18
SpamBayes Score 9.698252e-07
Marked as misclassified No
Message-id <1289498602.61.0.95373854824.issue10142@psf.upfronthosting.co.za>
In-reply-to
Content
- The patch modifies the _io module but not _pyio, why?
(try   f=_pyio.open("XX","w+b")   at the beginning of the script above)

- One test was *removed*, but nothing was added to test this new feature.
This is the most likely way to lose it in future versions!
An idea for the test is to do like the MockRawIO class in test_io.py, which "implements" a file but fakes all system calls, and can be wrapped in a BufferedReader.

- The feature seems to be not applicable to text files, this should be tested.
History
Date User Action Args
2010-11-11 18:03:22amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, rhettinger, jcea, pitrou
2010-11-11 18:03:22amaury.forgeotdarcsetmessageid: <1289498602.61.0.95373854824.issue10142@psf.upfronthosting.co.za>
2010-11-11 18:03:18amaury.forgeotdarclinkissue10142 messages
2010-11-11 18:03:18amaury.forgeotdarccreate