]> granicus.if.org Git - python/commit
Final fix for #1403
authorChristian Heimes <christian@cheimes.de>
Wed, 21 Nov 2007 02:51:50 +0000 (02:51 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 21 Nov 2007 02:51:50 +0000 (02:51 +0000)
commit905a904723abadc627be60bf944e2ca76329b06e
treeb0d86d0e7e58e280355c86b3cd12e110ed266140
parent81c951c6f28ccd2af01a7bb764a424731dcf4398
Final fix for #1403
> The Windows installer and some Linux distros are using compileall to compile all py files in the Lib/ directory. However no test exists to check if all py files can be compiled. I figured out that make testall is the easiest way to test compileall.
For py3k unit tests do some extra checks with -bb.
Makefile.pre.in