Formally reject PEP 396
This commit is contained in:
parent
9648b1b0b9
commit
84d76bc1cf
17
pep-0396.txt
17
pep-0396.txt
|
@ -3,7 +3,7 @@ Title: Module Version Numbers
|
|||
Version: $Revision: 65628 $
|
||||
Last-Modified: $Date: 2008-08-10 09:59:20 -0400 (Sun, 10 Aug 2008) $
|
||||
Author: Barry Warsaw <barry@python.org>
|
||||
Status: Deferred
|
||||
Status: Rejected
|
||||
Type: Informational
|
||||
Content-Type: text/x-rst
|
||||
Created: 16-Mar-2011
|
||||
|
@ -24,13 +24,13 @@ Conformance with this PEP is optional, however other Python tools
|
|||
(such as ``distutils2`` [1]_) may be adapted to use the conventions
|
||||
defined here.
|
||||
|
||||
PEP Deferral
|
||||
============
|
||||
PEP Rejection
|
||||
=============
|
||||
|
||||
Further exploration of the concepts covered in this PEP has been deferred
|
||||
for lack of a current champion interested in promoting the goals of the PEP
|
||||
and collecting and incorporating feedback, and with sufficient available
|
||||
time to do so effectively.
|
||||
This PEP was formally rejected on 2021-04-14. The packaging ecosystem
|
||||
has changed significantly in the intervening years since this PEP was
|
||||
first written, and APIs such as ``importlib.metadata.versions()`` [11]_
|
||||
provide for a much better experience.
|
||||
|
||||
User Stories
|
||||
============
|
||||
|
@ -295,6 +295,9 @@ References
|
|||
.. [10] PEP 376, Database of Installed Python Distributions
|
||||
(http://www.python.org/dev/peps/pep-0376/)
|
||||
|
||||
.. [11] importlib.metadata
|
||||
(https://docs.python.org/3/library/importlib.metadata.html#distribution-versions)
|
||||
|
||||
|
||||
Copyright
|
||||
=========
|
||||
|
|
Loading…
Reference in New Issue