Reject PEP 641 (#1729)
This commit is contained in:
parent
53780b6c63
commit
c4d80397c3
|
@ -5,17 +5,20 @@ Author: Brett Cannon <brett@python.org>,
|
|||
Barry Warsaw <barry@python.org>
|
||||
PEP-Delegate: Pablo Galindo <pablogsal@python.org>
|
||||
Discussions-To: https://discuss.python.org/t/pep-641-using-an-underscore-in-the-version-portion-of-python-3-10-compatibility-tags/5513
|
||||
Status: Draft
|
||||
Status: Rejected
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 2020-10-20
|
||||
Python-Version: 3.10
|
||||
Post-History: 2020-10-21
|
||||
Resolution:
|
||||
Resolution: https://discuss.python.org/t/pep-641-using-an-underscore-in-the-version-portion-of-python-3-10-compatibility-tags/5513/42
|
||||
|
||||
Abstract
|
||||
========
|
||||
|
||||
.. note::
|
||||
This PEP was rejected due to potential breakage in the community.
|
||||
|
||||
Using the tag system outlined in :pep:`425` (primarily used for wheel
|
||||
file names), each release of Python specifies compatibility tags
|
||||
(e.g. ``cp39``, ``py39`` for CPython 3.9). For CPython 3.10, this PEP
|
||||
|
|
Loading…
Reference in New Issue