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

Pointer into language reference from __future__ module documentation #50063

Closed
ncoghlan opened this issue Apr 22, 2009 · 2 comments
Closed

Pointer into language reference from __future__ module documentation #50063

ncoghlan opened this issue Apr 22, 2009 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@ncoghlan
Copy link
Contributor

BPO 5813
Nosy @birkenfeld, @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/birkenfeld'
closed_at = <Date 2009-04-23.08:50:26.551>
created_at = <Date 2009-04-22.12:08:20.015>
labels = ['type-feature', 'docs']
title = 'Pointer into language reference from __future__ module documentation'
updated_at = <Date 2009-04-23.08:50:26.550>
user = 'https://github.com/ncoghlan'

bugs.python.org fields:

activity = <Date 2009-04-23.08:50:26.550>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2009-04-23.08:50:26.551>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2009-04-22.12:08:20.015>
creator = 'ncoghlan'
dependencies = []
files = []
hgrepos = []
issue_num = 5813
keywords = []
message_count = 2.0
messages = ['86289', '86357']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'ncoghlan']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue5813'
versions = []

@ncoghlan
Copy link
Contributor Author

I was explaining __future__ to someone and it occurred to me that it
would be handy to have a "see also" in that module's documentation that
pointed readers to the relevant section on future statements in the
language reference
(http://docs.python.org/reference/simple_stmts.html#future-statements)

A "see also" pointer back to PEP-326 from one of those two locations
might also be worthwhile.

@ncoghlan ncoghlan added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Apr 22, 2009
@birkenfeld
Copy link
Member

I added a "seealso" in r71816.

@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

2 participants