diff options
author | Guido van Rossum <guido@python.org> | 1999-03-26 15:32:05 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-03-26 15:32:05 (GMT) |
commit | 3eccc48b5b798c879533acb2611efebca5348bfe (patch) | |
tree | 3c59ee36c6b4b87abd6da4c4130402d9661da94f /Lib/test/output | |
parent | 1697b9cdf6b799cbe23c18396dbab3baa8056ce1 (diff) | |
download | cpython-3eccc48b5b798c879533acb2611efebca5348bfe.zip cpython-3eccc48b5b798c879533acb2611efebca5348bfe.tar.gz cpython-3eccc48b5b798c879533acb2611efebca5348bfe.tar.bz2 |
Test suite for UserDict
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_userdict | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_userdict b/Lib/test/output/test_userdict new file mode 100644 index 0000000..8c04bd1 --- /dev/null +++ b/Lib/test/output/test_userdict @@ -0,0 +1 @@ +test_userdict |