[Python-checkins] r76480 - peps/trunk/pep-0386.txt

tarek.ziade python-checkins at python.org
Tue Nov 24 10:55:53 CET 2009


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


More information about the Python-checkins mailing list