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.
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 -> closed nosy: + python-dev messages: + msg155296 resolution: fixed stage: resolved |
| 2012年03月10日 02:35:40 | cvrebert | set | messages: + msg155284 |
| 2012年03月10日 02:22:39 | eric.araujo | set | nosy:
+ eric.araujo messages: + msg155281 |
| 2012年03月03日 20:15:11 | cvrebert | create | |