diff options
author | Brett Cannon <brett@python.org> | 2012-08-06 21:19:22 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-08-06 21:19:22 (GMT) |
commit | d340b43d7524338ce3d63d4bd69477fca7dad23c (patch) | |
tree | 1a0e6231d2b4fa6cd46571bcf143873a650a029d /Misc/NEWS | |
parent | cb4996afe4952e219d13bbb5a84162ab1aaa6887 (diff) | |
download | cpython-d340b43d7524338ce3d63d4bd69477fca7dad23c.zip cpython-d340b43d7524338ce3d63d4bd69477fca7dad23c.tar.gz cpython-d340b43d7524338ce3d63d4bd69477fca7dad23c.tar.bz2 |
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.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -77,6 +77,8 @@ Core and Builtins Library ------- +- Issue #15163: Pydoc shouldn't list __loader__ as module data. + - Issue #15471: Do not use mutable objects as defaults for importlib.__import__(). |