[docs] [issue15638] incorrect version info for TextIOWrapper write_through docs

Chris Jerdonek report at bugs.python.org
Mon Aug 13 14:36:42 CEST 2012


New submission from Chris Jerdonek:

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.

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 168092
nosy: asvetlov, cjerdonek, docs at python
priority: normal
severity: normal
stage: needs patch
status: open
title: incorrect version info for TextIOWrapper write_through docs
versions: Python 3.2, Python 3.3

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


More information about the docs mailing list