From 68046d7cd18df89705f591335db6526a12b572c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarek=20Ziad=C3=A9?= Date: Tue, 24 Nov 2009 09:55:52 +0000 Subject: [PATCH] added a roadmap section --- pep-0386.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pep-0386.txt b/pep-0386.txt index 458d89ba6..94fee17b5 100644 --- a/pep-0386.txt +++ b/pep-0386.txt @@ -387,6 +387,13 @@ standard scheme:: ... 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 ==========