]> granicus.if.org Git - python/commit
Issue #24879: Teach pydoc to display named tuple fields in the order they were defined.
authorRaymond Hettinger <python@rcn.com>
Wed, 19 Aug 2015 05:25:16 +0000 (22:25 -0700)
committerRaymond Hettinger <python@rcn.com>
Wed, 19 Aug 2015 05:25:16 +0000 (22:25 -0700)
commit95801bbe4e96aeb706c8fcf9fb3698c39a72b847
tree997f06d37a9893afaf862d012a110a19f706b675
parent15b87bfedcd40f601cb3c9caf75d2366c48e19fc
Issue #24879:  Teach pydoc to display named tuple fields in the order they were defined.
Lib/pydoc.py
Lib/test/test_pydoc.py
Misc/NEWS