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, r.david.murray
Date 2009-02-20.23:05:53
SpamBayes Score 0.03973574
Marked as misclassified No
Message-id <1235171157.13.0.147811355271.issue5323@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-02-20 23:05:57amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, r.david.murray
2009-02-20 23:05:57amaury.forgeotdarcsetmessageid: <1235171157.13.0.147811355271.issue5323@psf.upfronthosting.co.za>
2009-02-20 23:05:54amaury.forgeotdarclinkissue5323 messages
2009-02-20 23:05:53amaury.forgeotdarccreate