[issue3190] Pydoc should ignore __package__ attributes

2008-07-02 Thread Nick Coghlan
Nick Coghlan <[EMAIL PROTECTED]> added the comment: Fixed for 2.6b2 in rev 64656 (will be ported to Py3k as part of the normal merge process) -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue3190] Pydoc should ignore __package__ attributes

2008-06-24 Thread Nick Coghlan
New submission from Nick Coghlan <[EMAIL PROTECTED]>: 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. -- assignee: ncoghlan components: Library (Lib) messages: