Skip to content

Commit 587b588

Browse files
committed
PEP440 was accepted. Add link to pip's PEP440 PR.
1 parent 76b9671 commit 587b588

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

source/peps.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PEP Summaries
55
==============
66

77
:Page Status: Complete
8-
:Last Reviewed: 2014-07-02
8+
:Last Reviewed: 2014-08-25
99

1010

1111
Summaries for the currently relevant `PEPs <http://www.python.org/dev/peps/>`_
@@ -169,17 +169,21 @@ PEP440 Version Identification and Dependency Specification
169169

170170
:PEP Link: `PEP440`_
171171

172-
:PEP Status: Draft
172+
:PEP Status: Accepted
173173

174174
:Summary: Specifies a versioning system for Python projects that goes along with
175175
:ref:`PEP426 <PEP426s>`, and replaces `PEP386`_. This system will be
176-
consistent with how most people version their projects today.
176+
mostly consistent with how most people version their
177+
projects today.
177178

178-
:User Impact: Once accepted, users will have a clear specification for what's
179-
"correct" versioning for Python projects.
179+
:User Impact: Users will have a clear specification for what's proper
180+
versioning for Python projects.
180181

181182
:Implementation: :ref:`distlib` has version classes that understand PEP440, and
182-
pip relies on :ref:`distlib`'s implementation in specific cases.
183+
pip relies on :ref:`distlib`'s implementation in specific
184+
cases. pip also has a `work-in-progress PR
185+
<https://github.com/pypa/pip/pull/1894>`_ that implements
186+
PEP440.
183187

184188

185189
.. _PEP458s:

0 commit comments

Comments
 (0)