2017-11-03 18:00 GMT+01:00 Steve Dower <steve.do...@python.org>: > If not having typing installed means you can't use "Any" or "Optional" in an > annotation, that basically kills the whole thing. Some primitives need to be > there.
I'm not sure that I understand you. The question is if you would only need <Python 3.7> or <Python 3.7 + pip install typing>. If typing is removed from the stdlib, you can still use it in your application. It's "just" another dependency no? Which major (non trivial) application or Python module has zero external dependency nowaday? The only drawback is that we cannot use typing "anymore" in the stdlib itself, since we don't allow external dependency in the stdlib for practical reasons. But as I wrote, we don't use typing currently in stdlib. I'm perfectly fine with the current status of having annotations on the stdlib in a third party project. Victor _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com