[New-bugs-announce] [issue4392] incorrect parameter name for collections.namedtuple
none_00
report at bugs.python.org
Sun Nov 23 08:17:11 CET 2008
New submission from none_00 <nanikata at gmail.com>:
http://docs.python.org/library/collections.html#collections.namedtuple
it is stated that the second parameter to namedtuple
is "fieldnames", while in reality it is "field_names"
----------
assignee: georg.brandl
components: Documentation
messages: 76265
nosy: georg.brandl, none_00
severity: normal
status: open
title: incorrect parameter name for collections.namedtuple
versions: Python 2.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4392>
_______________________________________
More information about the New-bugs-announce
mailing list