[New-bugs-announce] [issue22671] Typo in class io.BufferedIOBase docs

gigaplastik report at bugs.python.org
Sun Oct 19 11:35:52 CEST 2014


New submission from gigaplastik:

The online documentation for class io.BufferedIOBase states the following:

"Besides, the read() method does not have a default implementation that defers to readinto()."

According to the documentation for class io.RawIOBase (which the statement compares with) read() method actually defers to readall(), NOT readinto() as misleadingly stated.
The same typo is present in help('io.BufferedIOBase') output and, very likely, in all 3.X line docs for this class.

----------
assignee: docs at python
components: Documentation
messages: 229677
nosy: docs at python, gigaplastik
priority: normal
severity: normal
status: open
title: Typo in class io.BufferedIOBase docs
type: enhancement
versions: Python 3.3, Python 3.4

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


More information about the New-bugs-announce mailing list