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