[issue41314] __future__ doc and PEP 563 conflict

2020-07-17 Thread wyz23x2
Change by wyz23x2 : -- components: +Library (Lib) ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41314] __future__ doc and PEP 563 conflict

2020-07-16 Thread wyz23x2
Change by wyz23x2 : -- assignee: -> docs@python components: +Documentation nosy: +docs@python versions: +Python 3.10, Python 3.7 ___ Python tracker ___

[issue41314] __future__ doc and PEP 563 conflict

2020-07-16 Thread wyz23x2
New submission from wyz23x2 : In https://docs.python.org/3/library/__future__.html: annotations | 3.7.0b1 | *4.0* | PEP 563: Postponed evaluation of annotations In PEP 563: Starting with Python 3.7, a __future__ import is required to use the described functionality. No warnings are raised.