Ned Deily added the comment:

As far as I can tell, the only places that typing was declared as provisional 
were in PEP 484 and twice in the 3.5 What's New document 
(https://docs.python.org/3.5/whatsnew/3.5.html); it doesn't appear to have been 
mentioned in the library reference 
(https://docs.python.org/3.5/library/typing.html) and probably should have 
been.  FTR, it looks like there was some discussion of removing typing's 
provisional status in https://github.com/python/typing/issues/278 and 
https://github.com/python/typing/issues/247.  While it seems somewhat unusual 
to reinstate a feature's provisional status, I don't have an objection as 3.6 
release manager since it is clear that typing is still a new and evolving 
module.  To make the change in status, the 3.6 What's New document should be 
updated, a Misc/NEWS entry added for 3.6.1, and the provisional status added to 
Docs/library/typing.rst.

----------
stage:  -> needs patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29316>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to