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: Link to PEP 3107 in "def" part of Language Reference
Type: Stage: resolved
Components: Documentation Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: cvrebert, docs@python, eric.araujo, python-dev
Priority: normal Keywords:

Created on 2012-03-03 20:15 by cvrebert, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg154851 - (view) Author: Chris Rebert (cvrebert) * Date: 2012-03-03 20:15
The part of the Language Reference concerning the `def` statement (http://docs.python.org/dev/reference/compound_stmts.htm#function-definitions ) should include a See Also link to PEP 3107 "Function Annotations".
msg155281 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-03-10 02:22
Sure.  Don’t know if we should use a seealso section or just a regular link.
msg155284 - (view) Author: Chris Rebert (cvrebert) * Date: 2012-03-10 02:35
My suggestion was a seealso to parallel those in the "The with Statement" and "Class definitions" sections of the same page.
msg155296 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-03-10 08:23
New changeset c18d538d2ece by Georg Brandl in branch '3.2':
Closes #14186: add link to PEP 3107 (function annotations) to the function definition section.
http://hg.python.org/cpython/rev/c18d538d2ece
History
Date User Action Args
2022-04-11 14:57:27adminsetgithub: 58394
2012-03-10 08:23:28python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg155296

resolution: fixed
stage: resolved
2012-03-10 02:35:40cvrebertsetmessages: + msg155284
2012-03-10 02:22:39eric.araujosetnosy: + eric.araujo
messages: + msg155281
2012-03-03 20:15:11cvrebertcreate