This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients Aaron.Thomas, loewis, suraj, terry.reedy, tim.golden
Date 2010-08-04.17:37:57
SpamBayes Score 0.2648456
Marked as misclassified No
Message-id <1280943479.48.0.915665854736.issue4453@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-08-04 17:37:59loewissetrecipients: + loewis, terry.reedy, tim.golden, suraj, Aaron.Thomas
2010-08-04 17:37:59loewissetmessageid: <1280943479.48.0.915665854736.issue4453@psf.upfronthosting.co.za>
2010-08-04 17:37:57loewislinkissue4453 messages
2010-08-04 17:37:57loewiscreate