diff options
author | Guido van Rossum <guido@python.org> | 1996-08-21 22:11:54 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-08-21 22:11:54 (GMT) |
commit | f00eb71d90bc47a39f82332f5453f73ee9bf2193 (patch) | |
tree | 8da0210fd86ad693902f9610ca6f857f2b5fb3dd /Modules/Setup.in | |
parent | 2a2884645dd678ea4ccebf3204e4b58280f52940 (diff) | |
download | cpython-f00eb71d90bc47a39f82332f5453f73ee9bf2193.zip cpython-f00eb71d90bc47a39f82332f5453f73ee9bf2193.tar.gz cpython-f00eb71d90bc47a39f82332f5453f73ee9bf2193.tar.bz2 |
Get rid of some obsolete modules:
- environment.c (we now have os.putenv)
- sybase (a better one is in contrib/Databases/Sybase.*)
- objc.c (incomplete and unsupportable by us)
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r-- | Modules/Setup.in | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index 12bd673..505aa60 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -274,12 +274,6 @@ rotor rotormodule.c # enigma-inspired encryption #new newmodule.c -# John Redford's sybase module (requires sybase): -# (Unfortunately this code is orphaned. Read the source for documentation.) - -#sybase sybasemodule.c - - # Generic (SunOS / SVR4) dynamic loading module. # This is not needed for dynamic loading of Python modules -- # it is a highly experimental and dangerous device for calling @@ -308,22 +302,14 @@ rotor rotormodule.c # enigma-inspired encryption -# Andy Bensky's "environment" module (contains putenv()) -#environment environment.c - # David Wayne Williams' soundex module #soundex soundex.c -# Objective-C (incomplete!!!) -#objc.c - # Helper module for various ascii-encoders binascii binascii.c -# Fred Drake's interface to the Python parser. -# (Not enabled by default because it is big and doesn't compile with -# cc on SunOS 4.1.3) -#parser parsermodule.c +# Fred Drake's interface to the Python parser +parser parsermodule.c # Example -- included for reference only: |