]> granicus.if.org Git - python/commit
Issue #15163: Pydoc shouldn't show __loader__ as a part of a module's
authorBrett Cannon <brett@python.org>
Mon, 6 Aug 2012 21:19:22 +0000 (17:19 -0400)
committerBrett Cannon <brett@python.org>
Mon, 6 Aug 2012 21:19:22 +0000 (17:19 -0400)
commitd340b43d7524338ce3d63d4bd69477fca7dad23c
tree1a0e6231d2b4fa6cd46571bcf143873a650a029d
parentcb4996afe4952e219d13bbb5a84162ab1aaa6887
Issue #15163: Pydoc shouldn't show __loader__ as a part of a module's
data.

Also alphabetized the attributes in the blacklist to make it easier to
detect changes.

Initial patch by Éric Araujo.
Lib/pydoc.py
Misc/NEWS