]> granicus.if.org Git - python/commit
In verbose mode, display the name of each file before trying to compile
authorTim Peters <tim.peters@gmail.com>
Sun, 8 Aug 2004 16:32:54 +0000 (16:32 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 8 Aug 2004 16:32:54 +0000 (16:32 +0000)
commitb6ecc165f289b488f729bc23fb95c75cc6a36612
treee6b2c0d3f672b674513fff1950b157095e8b8b58
parent83b57355a8ec7435ac6a64bab977a61f8c98ef24
In verbose mode, display the name of each file before trying to compile
it.  Else when this fails, there's no way to tell which file it was
chewing on.
Lib/test/test_compiler.py