Formally reject PEP 396

This commit is contained in:
Barry Warsaw 2021-04-14 15:08:26 -07:00
parent 9648b1b0b9
commit 84d76bc1cf
No known key found for this signature in database
GPG Key ID: 126EB563A74B06BF
1 changed files with 10 additions and 7 deletions

View File

@ -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
=========