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 terry.reedy
Recipients barry, cjwatson, lars.gustaebel, terry.reedy
Date 2012-01-21.04:20:33
SpamBayes Score 0.0026215087
Marked as misclassified No
Message-id <1327119634.35.0.229086847148.issue13815@psf.upfronthosting.co.za>
In-reply-to
Content
Based on other examples in the doc, I think the note
"... and also supports iteration over its lines."
should be extended with 
" It also has a dummy `flush` method, so that it can be wrapped using :class:`io.TextIOWrapper`."

Then just add
".. versionchanged:: 3.3
      Added the `flush` method."

I leave the test to Lars.
History
Date User Action Args
2012-01-21 04:20:34terry.reedysetrecipients: + terry.reedy, barry, lars.gustaebel, cjwatson
2012-01-21 04:20:34terry.reedysetmessageid: <1327119634.35.0.229086847148.issue13815@psf.upfronthosting.co.za>
2012-01-21 04:20:33terry.reedylinkissue13815 messages
2012-01-21 04:20:33terry.reedycreate