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.

classification
Title: incorrect parameter name for collections.namedtuple
Type: Stage:
Components: Documentation Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, none_00
Priority: normal Keywords:

Created on 2008-11-23 07:17 by none_00, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg76265 - (view) Author: (none_00) Date: 2008-11-23 07:17
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"
msg76272 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-11-23 19:17
Fixed in r67355.
History
Date User Action Args
2022-04-11 14:56:41adminsetgithub: 48642
2008-11-23 19:17:36georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg76272
2008-11-23 07:17:10none_00create