STINNER Victor <vstin...@redhat.com> added the comment:

> ``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?

----------

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

Reply via email to