Martin v. Löwis <[email protected]> added the comment:
compileall.py is correct as it stands. In verbose mode, it prints out every
file it is compiling, a few lines above:
if not quiet:
print('Compiling', fullname, '...')
In quiet mode, it only prints errors.
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue4453>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com