[issue23932] Tutorial section on function annotations is out of date re: PEP 484
Juti Noppornpitak added the comment: Based on the review -- Added file: http://bugs.python.org/file38923/issue23932.r2.patch ___ Python tracker <http://bugs.python.org/issue23
[issue23932] Tutorial section on function annotations is out of date re: PEP 484
Juti Noppornpitak added the comment: I reworded to mention the coming changes regarding to PEP 484. The old writing which mention about arbitariness is moved to the end of the "function annotations" section as a warning. -- keywords: +patch nosy: +shiroyuki Added