July 5, 2011
9:49 a.m.
On Tue, 05 Jul 2011 04:11:45 +0200 ned.deily <python-checkins@python.org> wrote:
LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ tkinter/test/test_ttk site-packages test \ - test/capath \ + test/capath test/data \ test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \ test/tracedmodules test/encoded_modules \ concurrent concurrent/futures encodings \
Shouldn't we have something less dumb than a hardcoded list of directories? :) Regards Antoine.