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 Anthony Sottile, ethan smith, gregory.p.smith, gvanrossum, levkivskyi, lukasz.langa, vstinner
Date 2019-06-11.20:10:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560283830.21.0.690247372897.issue35766@roundup.psfhosted.org>
In-reply-to
Content
> ``feature_version=N`` allows specifying the minor version of an earlier Python 3 version.  (For example, ``feature_version=4`` will treat ``async`` and ``await`` as non-reserved words.)

What will happen with Python 4? Why not using "full" Python version like (3, 4) or 0x304?
History
Date User Action Args
2019-06-11 20:10:30vstinnersetrecipients: + vstinner, gvanrossum, gregory.p.smith, lukasz.langa, levkivskyi, Anthony Sottile, ethan smith
2019-06-11 20:10:30vstinnersetmessageid: <1560283830.21.0.690247372897.issue35766@roundup.psfhosted.org>
2019-06-11 20:10:30vstinnerlinkissue35766 messages
2019-06-11 20:10:30vstinnercreate