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

2011-03-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset daa408ad7440 by Raymond Hettinger in branch '3.2': Issue #11666: Teach pydoc to display full help for named tuples http://hg.python.org/cpython/rev/daa408ad7440 New changeset 374982e17f36 by Raymond Hettinger in branch 'default': Issue #11666: Teac

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

2011-03-25 Thread Éric Araujo
Éric Araujo added the comment: LGTM. I’m not sure I’d add it in stable versions, though. -- nosy: +eric.araujo ___ Python tracker ___ __

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

2011-03-24 Thread Raymond Hettinger
New submission from Raymond Hettinger : Teach pydoc to find methods and attributes with leadings underscores in a named tuple. -- components: Library (Lib) files: pydoc.patch keywords: patch messages: 132055 nosy: rhettinger priority: normal severity: normal status: open title: Test pyd