summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.in
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-08-07 14:34:15 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-08-07 14:34:15 (GMT)
commit727811907cd23676fd6f2c9d1bde7587f6c629bb (patch)
tree7d6e0bbd493a69fb38a4e0b26953ffaf34390620 /Modules/Setup.in
parenta68bfe29ecf584d8cc3862b6049a299ba08d637e (diff)
downloadcpython-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.in3
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