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.

Author ncoghlan
Recipients georg.brandl, ncoghlan
Date 2009-04-22.12:08:18
SpamBayes Score 0.00044489806
Marked as misclassified No
Message-id <1240402101.01.0.458823769963.issue5813@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-04-22 12:08:21ncoghlansetrecipients: + ncoghlan, georg.brandl
2009-04-22 12:08:21ncoghlansetmessageid: <1240402101.01.0.458823769963.issue5813@psf.upfronthosting.co.za>
2009-04-22 12:08:19ncoghlanlinkissue5813 messages
2009-04-22 12:08:18ncoghlancreate