diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-07 19:19:15 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-07 19:19:15 (GMT) |
commit | 4cf4991232c3a37428cd4b3f62bbcdad0661e2b0 (patch) | |
tree | 4291fca16a2d2d56b1c0057550c00c562adc413a | |
parent | 227f6e0dc5415cac4dcec0c8b045d128b6b02915 (diff) | |
download | cpython-4cf4991232c3a37428cd4b3f62bbcdad0661e2b0.zip cpython-4cf4991232c3a37428cd4b3f62bbcdad0661e2b0.tar.gz cpython-4cf4991232c3a37428cd4b3f62bbcdad0661e2b0.tar.bz2 |
restore test data README
-rw-r--r-- | Lib/test/data/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/data/README b/Lib/test/data/README new file mode 100644 index 0000000..bd05984 --- /dev/null +++ b/Lib/test/data/README @@ -0,0 +1,2 @@ +This empty directory serves as destination for temporary files +created by some tests, in particular, the test_codecmaps_* tests. |