From: Georg Brandl Date: Sat, 31 Jul 2010 21:12:15 +0000 (+0000) Subject: #8910: add a file explaining why Lib/test/data is there. X-Git-Tag: v3.2a2~595 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f85ae10f56ff1f69f8c7db3266104d885a7a9c6;p=thirdparty%2FPython%2Fcpython.git #8910: add a file explaining why Lib/test/data is there. --- diff --git a/Lib/test/data/README b/Lib/test/data/README new file mode 100644 index 000000000000..8bf8c9b31e05 --- /dev/null +++ b/Lib/test/data/README @@ -0,0 +1,2 @@ +This empty directory serves as destination for temporary files +created by some tests.