Issue 14186: Link to PEP 3107 in "def" part of Language Reference (original) (raw)

Issue14186

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:27 admin set github: 58394
2012-03-10 08:23:28 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: resolved
2012-03-10 02:35:40 cvrebert set messages: +
2012-03-10 02:22:39 eric.araujo set nosy: + eric.araujomessages: +
2012-03-03 20:15:11 cvrebert create