[issue28644] Document recen changes in typing.py

2016-11-10 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: Guido, here is a new patch with your comments implemented. -- Added file: http://bugs.python.org/file45424/recent-typing-docs-v4.diff ___ Python tracker __

[issue28644] Document recen changes in typing.py

2016-11-09 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: Thanks Mariatta, here is a new version of patch with indentation fixed. -- Added file: http://bugs.python.org/file45405/recent-typing-docs-v3.diff ___ Python tracker _

[issue28644] Document recen changes in typing.py

2016-11-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi Ivan, I noticed you used two space indentation in your docs patch. Can you use 3 spaces instead? More guidelines here: https://docs.python.org/devguide/documenting.html?#use-of-whitespace Thanks :) -- nosy: +Mariatta __

[issue28644] Document recen changes in typing.py

2016-11-08 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: Sorry, here is the patch with corrected formatting and base classes for Coroutine. -- Added file: http://bugs.python.org/file45402/recent-typing-docs-v2.diff ___ Python tracker _

[issue28644] Document recen changes in typing.py

2016-11-08 Thread Ivan Levkivskyi
New submission from Ivan Levkivskyi: Here is the patch with recent additions/changes in typing.py Summary: Tuple and Callable are now classes, generic type aliases, added Coroutine, extended docs for get_type_hints. -- assignee: docs@python components: Documentation files: recent-typin