[Python-Dev] Remove typing from the stdlib (was: Reminder: 12 weeks to 3.7 feature code cutoff)

Serhiy Storchaka storchaka at gmail.com
Fri Nov 3 10:50:54 EDT 2017


03.11.17 16:36, Guido van Rossum пише:
 > Maybe we should remove typing from the stdlib?
 > https://github.com/python/typing/issues/495

I didn't use typing, but AFAIK the most used feature from typing is 
NamedTuple. If move NamedTuple and maybe other convenient classes not 
directly related to typing into collections or types modules, I think 
removing typing from the stdlib will less stress people.


More information about the Python-Dev mailing list