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

Decorators should have an index entry #48761

Closed
dvusboy mannequin opened this issue Dec 4, 2008 · 4 comments
Closed

Decorators should have an index entry #48761

dvusboy mannequin opened this issue Dec 4, 2008 · 4 comments
Assignees
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@dvusboy
Copy link
Mannequin

dvusboy mannequin commented Dec 4, 2008

BPO 4511
Nosy @birkenfeld

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/birkenfeld'
closed_at = <Date 2008-12-05.15:30:58.358>
created_at = <Date 2008-12-04.00:28:33.768>
labels = ['type-feature', 'docs']
title = 'Decorators should have an index entry'
updated_at = <Date 2008-12-05.18:00:22.685>
user = 'https://bugs.python.org/dvusboy'

bugs.python.org fields:

activity = <Date 2008-12-05.18:00:22.685>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2008-12-05.15:30:58.358>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2008-12-04.00:28:33.768>
creator = 'dvusboy'
dependencies = []
files = []
hgrepos = []
issue_num = 4511
keywords = []
message_count = 4.0
messages = ['76857', '77031', '77039', '77048']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'dvusboy']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue4511'
versions = ['Python 2.6', 'Python 2.5', 'Python 2.4', 'Python 2.5.3']

@dvusboy
Copy link
Mannequin Author

dvusboy mannequin commented Dec 4, 2008

While decorators have been introduced since Python 2.4, there continues to
be no index reference to it in the Python Language Reference. Given this
being a major language feature, I think it is an oversight.

@dvusboy dvusboy mannequin assigned birkenfeld Dec 4, 2008
@dvusboy dvusboy mannequin added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Dec 4, 2008
@birkenfeld
Copy link
Member

In the 2.6 and 3.0 docs, decorators do have an index entry, see
http://docs.python.org/genindex-D.html.

@dvusboy
Copy link
Mannequin Author

dvusboy mannequin commented Dec 5, 2008

My mistake for including 2.6. While having a link to an entry in the
Glossary is a huge improvement, it comes about as a result of the index
now covering all components of the Python documentation. I feel at the
least, there should be a link within the glossary entry back to the
appropriate sections in the Language Reference.

@birkenfeld
Copy link
Member

OK, I've added a back-link in r67591.

@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
docs Documentation in the Doc dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant