[Python-Dev] cpython (3.2): Issue #12497: Install test/data to prevent failures of the various codecmaps

Antoine Pitrou solipsis at pitrou.net
Tue Jul 5 11:49:03 CEST 2011


On Tue, 05 Jul 2011 04:11:45 +0200
ned.deily <python-checkins at 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.




More information about the Python-Dev mailing list