[issue28107] Update typing module dicumentation for NamedTuple

2016-10-25 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: Guido, > Honestly I think it's better if this remains a "hidden" feature until we have > support for it in mypy. So let's wait for that. This patch now could be applied (since the mypy PR for this is merged). -- _

[issue28107] Update typing module dicumentation for NamedTuple

2016-09-12 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: OK -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or

[issue28107] Update typing module dicumentation for NamedTuple

2016-09-12 Thread Guido van Rossum
Guido van Rossum added the comment: Honestly I think it's better if this remains a "hidden" feature until we have support for it in mypy. So let's wait for that. -- ___ Python tracker _

[issue28107] Update typing module dicumentation for NamedTuple

2016-09-12 Thread Ivan Levkivskyi
New submission from Ivan Levkivskyi: The implementation of NamedTuple in typing module has been extended to support PEP 526 variable annotation syntax. Here is he patch that updates documentation accordingly. -- assignee: docs@python components: Documentation files: nmtuple-doc.diff ke