commit | 905a904723abadc627be60bf944e2ca76329b06e | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Wed Nov 21 02:51:50 2007 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Wed Nov 21 02:51:50 2007 +0000 |
tree | b0d86d0e7e58e280355c86b3cd12e110ed266140 | |
parent | 81c951c6f28ccd2af01a7bb764a424731dcf4398 [diff] |
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.