[Python-checkins] peps: Remove now outdated version restrictions on ctypes and modulefinder.

brett.cannon python-checkins at python.org
Wed May 11 21:05:05 EDT 2016


https://hg.python.org/peps/rev/a27ec626ea27
changeset:   6319:a27ec626ea27
user:        Brett Cannon <brett at python.org>
date:        Wed May 11 18:04:57 2016 -0700
summary:
  Remove now outdated version restrictions on ctypes and modulefinder.

files:
  pep-0291.txt |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/pep-0291.txt b/pep-0291.txt
--- a/pep-0291.txt
+++ b/pep-0291.txt
@@ -100,12 +100,9 @@
     bsddb              Greg Smith                  2.1
                        Barry Warsaw
     compiler           Jeremy Hylton               2.1
-    ctypes             Thomas Heller               2.3
     decimal            Raymond Hettinger           2.3           [2]
     distutils          Tarek Ziade                 2.3
     email              Barry Warsaw                2.1 / 2.3     [1]
-    modulefinder       Thomas Heller               2.2
-                       Just van Rossum
     pkgutil            Phillip Eby                 2.3
     platform           Marc-Andre Lemburg          1.5.2
     pybench            Marc-Andre Lemburg          1.5.2         [3]

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list