diff options
author | Moshe Zadka <moshez@math.huji.ac.il> | 2000-08-03 17:28:50 (GMT) |
---|---|---|
committer | Moshe Zadka <moshez@math.huji.ac.il> | 2000-08-03 17:28:50 (GMT) |
commit | 73ed8e566ef3f7cdbc989a8277a57818cc0da15a (patch) | |
tree | f36f05f5394c9d0097f888cab4b6e565518959eb /Lib | |
parent | 3d5a04ab183d503808da7abf56c4b2ded67864d8 (diff) | |
download | cpython-73ed8e566ef3f7cdbc989a8277a57818cc0da15a.zip cpython-73ed8e566ef3f7cdbc989a8277a57818cc0da15a.tar.gz cpython-73ed8e566ef3f7cdbc989a8277a57818cc0da15a.tar.bz2 |
Checking in empty tests for urlparse, as future place holders
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/output/test_urlparse | 1 | ||||
-rw-r--r-- | Lib/test/test_urlparse.py | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_urlparse b/Lib/test/output/test_urlparse new file mode 100644 index 0000000..612eb5c --- /dev/null +++ b/Lib/test/output/test_urlparse @@ -0,0 +1 @@ +test_urlparse diff --git a/Lib/test/test_urlparse.py b/Lib/test/test_urlparse.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Lib/test/test_urlparse.py |