| commit | d340b43d7524338ce3d63d4bd69477fca7dad23c | [log] [tgz] |
|---|---|---|
| author | Brett Cannon <brett@python.org> | Mon Aug 06 17:19:22 2012 -0400 |
| committer | Brett Cannon <brett@python.org> | Mon Aug 06 17:19:22 2012 -0400 |
| tree | 1a0e6231d2b4fa6cd46571bcf143873a650a029d | |
| parent | cb4996afe4952e219d13bbb5a84162ab1aaa6887 [diff] |
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.