
python-checkins at python
Nov 24, 2009, 2:20 AM
Post #1 of 1
(124 views)
Permalink
|
|
r76480 - peps/trunk/pep-0386.txt
|
|
Author: tarek.ziade Date: Tue Nov 24 10:55:52 2009 New Revision: 76480 Log: added a roadmap section Modified: peps/trunk/pep-0386.txt Modified: peps/trunk/pep-0386.txt ============================================================================== --- peps/trunk/pep-0386.txt (original) +++ peps/trunk/pep-0386.txt Tue Nov 24 10:55:52 2009 @@ -387,6 +387,13 @@ ... ValueError: Cannot work with 2008.12.11 +Roadmap +======= + +Distutils will deprecate its existing versions class in favor of +``RationalVersion``. The ``verlib`` module presented in this PEP will be +renamed to ``version`` and placed into the ``distutils`` package. + References ========== _______________________________________________ Python-checkins mailing list Python-checkins [at] python http://mail.python.org/mailman/listinfo/python-checkins
|