[issue36591] Should be a typing.UserNamedTuple

2019-04-12 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: This is a duplicate of https://github.com/python/typing/issues/431 We can of course close the other issue and keep this one open, but the other one has much more discussion. So I am closing this one. -- resolution: -> duplicate stage: -> resolved

[issue36591] Should be a typing.UserNamedTuple

2019-04-11 Thread Raymond Hettinger
Change by Raymond Hettinger : -- assignee: -> levkivskyi nosy: +levkivskyi ___ Python tracker ___ ___ Python-bugs-list mailing

[issue36591] Should be a typing.UserNamedTuple

2019-04-10 Thread Terry Davis
New submission from Terry Davis : There should be a builtin alias for `Type[NamedTuple]` so that library authors user-supplied `NamedTuple`s can properly type-check their code. Here's a code sample that causes an issue in my IDE (PyCharm) from typing import