diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-08-07 14:34:15 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-08-07 14:34:15 (GMT) |
commit | 727811907cd23676fd6f2c9d1bde7587f6c629bb (patch) | |
tree | 7d6e0bbd493a69fb38a4e0b26953ffaf34390620 /Modules/Setup.in | |
parent | a68bfe29ecf584d8cc3862b6049a299ba08d637e (diff) | |
download | cpython-727811907cd23676fd6f2c9d1bde7587f6c629bb.zip cpython-727811907cd23676fd6f2c9d1bde7587f6c629bb.tar.gz cpython-727811907cd23676fd6f2c9d1bde7587f6c629bb.tar.bz2 |
Helper module for uuencode and binhex coders
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r-- | Modules/Setup.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index 0f9a2ff..a0939a9 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -300,6 +300,9 @@ rotor rotormodule.c # enigma-inspired encryption # Objective-C (incomplete!!!) #objc.c +# Helper module for various ascii-encoders +binascii binasciimodule.c + # Example -- included for reference only: # xx xxmodule.c |