[Python-checkins] cpython (merge 3.2 -> default): Issue #14541: Merged addition of test/sndhdrdata to Makefile.pre.in from 3.2.

vinay.sajip python-checkins at python.org
Tue Apr 10 19:44:57 CEST 2012


http://hg.python.org/cpython/rev/54bc19fc5b46
changeset:   76212:54bc19fc5b46
parent:      76206:a012d5df2c73
parent:      76211:b2242224fb7f
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Tue Apr 10 18:44:41 2012 +0100
summary:
  Issue #14541: Merged addition of test/sndhdrdata to Makefile.pre.in from 3.2.

files:
  Makefile.pre.in |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -952,7 +952,7 @@
 		tkinter/test/test_ttk site-packages test \
 		test/capath test/data \
 		test/cjkencodings test/decimaltestdata test/xmltestdata \
-		test/subprocessdata \
+		test/subprocessdata test/sndhdrdata \
 		test/tracedmodules test/encoded_modules \
 		collections concurrent concurrent/futures encodings \
 		email email/mime test/test_email test/test_email/data \

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list