]> granicus.if.org Git - python/commit
Final fix for #1403
authorChristian Heimes <christian@cheimes.de>
Wed, 21 Nov 2007 02:50:06 +0000 (02:50 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 21 Nov 2007 02:50:06 +0000 (02:50 +0000)
commitcc7f26bf207ee17e2c1b3e6545e145942aff612d
tree594a898ad97cea003434e36e2f29e6049d7155b0
parentf57375af2874873ae2231609fd2b453f9ff6228d
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.
Makefile.pre.in