This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients eric.smith, gvanrossum, levkivskyi, lukasz.langa, vstinner
Date 2019-10-28.11:03:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572260602.82.0.492560896166.issue38605@roundup.psfhosted.org>
In-reply-to
Content
> We never should have mentioned 4.0 as the target date to make this the
default (and only) behavior

I am fine with modifying __future__ documentation to only modify the "Mandatory" column to remove Python 4.0, and then close this issue:
https://docs.python.org/dev/library/__future__.html

--

But I like the "PEP 563: Postponed evaluation of annotations", IMHO it would be nice to get it as the default behavior :-) It's just a matter of properly organize the transition ;-)
History
Date User Action Args
2019-10-28 11:03:22vstinnersetrecipients: + vstinner, gvanrossum, eric.smith, lukasz.langa, levkivskyi
2019-10-28 11:03:22vstinnersetmessageid: <1572260602.82.0.492560896166.issue38605@roundup.psfhosted.org>
2019-10-28 11:03:22vstinnerlinkissue38605 messages
2019-10-28 11:03:22vstinnercreate