Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pydoc should ignore __package__ attributes #47440

Closed
ncoghlan opened this issue Jun 24, 2008 · 2 comments
Closed

Pydoc should ignore __package__ attributes #47440

ncoghlan opened this issue Jun 24, 2008 · 2 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@ncoghlan
Copy link
Contributor

BPO 3190
Nosy @ncoghlan

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/ncoghlan'
closed_at = <Date 2008-07-02.13:10:21.545>
created_at = <Date 2008-06-24.12:18:42.829>
labels = ['type-bug', 'library']
title = 'Pydoc should ignore __package__ attributes'
updated_at = <Date 2008-07-02.13:10:21.529>
user = 'https://github.com/ncoghlan'

bugs.python.org fields:

activity = <Date 2008-07-02.13:10:21.529>
actor = 'ncoghlan'
assignee = 'ncoghlan'
closed = True
closed_date = <Date 2008-07-02.13:10:21.545>
closer = 'ncoghlan'
components = ['Library (Lib)']
creation = <Date 2008-06-24.12:18:42.829>
creator = 'ncoghlan'
dependencies = []
files = []
hgrepos = []
issue_num = 3190
keywords = []
message_count = 2.0
messages = ['68682', '69088']
nosy_count = 1.0
nosy_names = ['ncoghlan']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue3190'
versions = ['Python 2.6', 'Python 3.0']

@ncoghlan
Copy link
Contributor Author

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.

@ncoghlan ncoghlan self-assigned this Jun 24, 2008
@ncoghlan ncoghlan added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Jun 24, 2008
@ncoghlan
Copy link
Contributor Author

ncoghlan commented Jul 2, 2008

Fixed for 2.6b2 in rev 64656 (will be ported to Py3k as part of the
normal merge process)

@ncoghlan ncoghlan closed this as completed Jul 2, 2008
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant