mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
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)
This commit is contained in:
parent
2a2884645d
commit
f00eb71d90
1 changed files with 2 additions and 16 deletions
|
@ -274,12 +274,6 @@ rotor rotormodule.c # enigma-inspired encryption
|
||||||
#new newmodule.c
|
#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.
|
# Generic (SunOS / SVR4) dynamic loading module.
|
||||||
# This is not needed for dynamic loading of Python modules --
|
# This is not needed for dynamic loading of Python modules --
|
||||||
# it is a highly experimental and dangerous device for calling
|
# 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
|
# David Wayne Williams' soundex module
|
||||||
#soundex soundex.c
|
#soundex soundex.c
|
||||||
|
|
||||||
# Objective-C (incomplete!!!)
|
|
||||||
#objc.c
|
|
||||||
|
|
||||||
# Helper module for various ascii-encoders
|
# Helper module for various ascii-encoders
|
||||||
binascii binascii.c
|
binascii binascii.c
|
||||||
|
|
||||||
# Fred Drake's interface to the Python parser.
|
# Fred Drake's interface to the Python parser
|
||||||
# (Not enabled by default because it is big and doesn't compile with
|
parser parsermodule.c
|
||||||
# cc on SunOS 4.1.3)
|
|
||||||
#parser parsermodule.c
|
|
||||||
|
|
||||||
|
|
||||||
# Example -- included for reference only:
|
# Example -- included for reference only:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue