summaryrefslogtreecommitdiffstats
path: root/Lib/dos_8x3/test_cry.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-12-10 16:02:14 (GMT)
committerGuido van Rossum <guido@python.org>1996-12-10 16:02:14 (GMT)
commit5de1f8dac84da8688823688a4f90f36dbbc1af1d (patch)
tree5eae1a4d451d15ea3dc6c2b9019c6ea5db2488e5 /Lib/dos_8x3/test_cry.py
parentbd01374da88d1cbadf111bfdeb0d7c4b2f0629c6 (diff)
downloadcpython-5de1f8dac84da8688823688a4f90f36dbbc1af1d.zip
cpython-5de1f8dac84da8688823688a4f90f36dbbc1af1d.tar.gz
cpython-5de1f8dac84da8688823688a4f90f36dbbc1af1d.tar.bz2
The usual; added several test modules, too.
Diffstat (limited to 'Lib/dos_8x3/test_cry.py')
-rw-r--r--Lib/dos_8x3/test_cry.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/dos_8x3/test_cry.py b/Lib/dos_8x3/test_cry.py
new file mode 100644
index 0000000..08e6b61
--- /dev/null
+++ b/Lib/dos_8x3/test_cry.py
@@ -0,0 +1,6 @@
+#! /usr/bin/env python
+"""Simple test script for cryptmodule.c
+ Roger E. Masse
+"""
+import crypt
+print 'Test encryption: ', crypt.crypt('mypassword', 'ab')