Issue 3190: Pydoc should ignore package attributes (original) (raw)

Issue3190

Created on 2008-06-24 12:18 by ncoghlan, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg68682 - (view) Author: Alyssa Coghlan (ncoghlan) * (Python committer) Date: 2008-06-24 12:18
Pydoc doesn't display the standard special attributes for packages and modules (__name__, __file__, __path__). It shouldn't display PEP 361's new __package__ attribute either.
msg69088 - (view) Author: Alyssa Coghlan (ncoghlan) * (Python committer) Date: 2008-07-02 13:10
Fixed for 2.6b2 in rev 64656 (will be ported to Py3k as part of the normal merge process)
History
Date User Action Args
2022-04-11 14:56:35 admin set github: 47440
2008-07-02 13:10:21 ncoghlan set status: open -> closedresolution: fixedmessages: +
2008-06-24 12🔞42 ncoghlan create