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 chris.jerdonek
Recipients asvetlov, chris.jerdonek, docs@python
Date 2012-08-13.12:36:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344861402.45.0.422601843379.issue15638@psf.upfronthosting.co.za>
In-reply-to
Content
The io.TextIOWrapper documentation says that the write_through argument was added in version 3.3:

"Changed in version 3.3: The write_through argument has been added."

http://docs.python.org/dev/library/io.html#io.TextIOWrapper

However, it seems to be present in 3.2.  Also, the 3.2 documentation does not mention the write_through argument.
History
Date User Action Args
2012-08-13 12:36:42chris.jerdoneksetrecipients: + chris.jerdonek, asvetlov, docs@python
2012-08-13 12:36:42chris.jerdoneksetmessageid: <1344861402.45.0.422601843379.issue15638@psf.upfronthosting.co.za>
2012-08-13 12:36:41chris.jerdoneklinkissue15638 messages
2012-08-13 12:36:41chris.jerdonekcreate