[issue25700] namedtuple documentation

2015-11-22 Thread Laur Joost
Laur Joost added the comment: Did my testing on 3.4.3 (other computer). My apologies. -- resolution: -> not a bug status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue25700] namedtuple documentation

2015-11-22 Thread Laur Joost
New submission from Laur Joost: collections.namedtuple documentation has an example about changing the resulting class docstrings: Docstrings can be customized by making direct assignments to the ``__doc__`` fields: >>> Book = namedtuple('Book', [