[issue11666] Teach pydoc to display full help for named tuples

2011-03-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 46aaa365111f by Raymond Hettinger in branch '2.7': Issue #11666: Teach pydoc to display full help for named tuples http://hg.python.org/cpython/rev/46aaa365111f -- ___ Python tracker

[issue11666] Teach pydoc to display full help for named tuples

2011-03-25 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- resolution: -> fixed status: open -> closed title: Test pydoc to display full help for named tuples -> Teach pydoc to display full help for named tuples ___ Python tracker __