[issue5323] document expected/required behavior of 3.x io subsystem with respect to buffering

Amaury Forgeot d'Arc report at bugs.python.org
Sat Feb 21 00:05:57 CET 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Yes, this behavior is documented.

There is one test that mixes iteration and readline, in 
test.test_io.TextIOWrapperTest.testSeeking, but it shows a difference 
between the two methods: to be faster, __next__ disables the tell() 
function.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5323>
_______________________________________


More information about the Python-bugs-list mailing list