[New-bugs-announce] [issue15572] Python2 documentation of the file() built-in function
Cherniavsky Beni
report at bugs.python.org
Tue Aug 7 12:58:46 CEST 2012
New submission from Cherniavsky Beni:
[followup for issue 12642 which only fixed it for open()]
http://docs.python.org/library/functions.html#file
says the arg names are:
file(filename[, mode[, bufsize]])
but in practice they are:
file(name[, mode[, buffering]])
----------
assignee: docs at python
components: Documentation
messages: 167617
nosy: cben, docs at python
priority: normal
severity: normal
status: open
title: Python2 documentation of the file() built-in function
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15572>
_______________________________________
More information about the New-bugs-announce
mailing list