[New-bugs-announce] [issue3190] Pydoc should ignore __package__ attributes

Nick Coghlan report at bugs.python.org
Tue Jun 24 14:18:44 CEST 2008


New submission from Nick Coghlan <ncoghlan at gmail.com>:

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: 68682
nosy: ncoghlan
priority: normal
severity: normal
status: open
title: Pydoc should ignore __package__ attributes
type: behavior
versions: Python 2.6, Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3190>
_______________________________________


More information about the New-bugs-announce mailing list