[issue14186] Link to PEP 3107 in "def" part of Language Reference

2012-03-10 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev resolution: -> fixed stage: -

[issue14186] Link to PEP 3107 in "def" part of Language Reference

2012-03-09 Thread Chris Rebert
Chris Rebert added the comment: My suggestion was a seealso to parallel those in the "The with Statement" and "Class definitions" sections of the same page. -- ___ Python tracker _

[issue14186] Link to PEP 3107 in "def" part of Language Reference

2012-03-09 Thread Éric Araujo
Éric Araujo added the comment: Sure. Don’t know if we should use a seealso section or just a regular link. -- nosy: +eric.araujo ___ Python tracker ___

[issue14186] Link to PEP 3107 in "def" part of Language Reference

2012-03-03 Thread Chris Rebert
New submission from Chris Rebert : 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". -- assignee: docs@python components: D