This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Pointer into language reference from __future__ module documentation
Type: enhancement Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, ncoghlan
Priority: low Keywords:

Created on 2009-04-22 12:08 by ncoghlan, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg86289 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2009-04-22 12:08
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.
msg86357 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-04-23 08:50
I added a "seealso" in r71816.
History
Date User Action Args
2022-04-11 14:56:48adminsetgithub: 50063
2009-04-23 08:50:26georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg86357
2009-04-22 12:08:20ncoghlancreate