commit | 5de1f8dac84da8688823688a4f90f36dbbc1af1d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Dec 10 16:02:14 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Dec 10 16:02:14 1996 +0000 |
tree | 5eae1a4d451d15ea3dc6c2b9019c6ea5db2488e5 | |
parent | bd01374da88d1cbadf111bfdeb0d7c4b2f0629c6 [diff] [blame] |
The usual; added several test modules, too.
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')