[docs] [issue28107] Update typing module dicumentation for NamedTuple

Ivan Levkivskyi report at bugs.python.org
Mon Sep 12 15:07:22 EDT 2016


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 at python
components: Documentation
files: nmtuple-doc.diff
keywords: patch
messages: 276092
nosy: docs at python, gvanrossum, levkivskyi
priority: normal
severity: normal
status: open
title: Update typing module dicumentation for NamedTuple
versions: Python 3.6
Added file: http://bugs.python.org/file44600/nmtuple-doc.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28107>
_______________________________________


More information about the docs mailing list