Warnings killing my performance

Andrew Bennetts andrew-pythonlist at puzzling.org
Sat Feb 7 09:20:01 EST 2004


On Sat, Feb 07, 2004 at 04:45:12AM -0800, Kylotan wrote:
> specific warning isn't enough. As noted in my first post, something is
> going through the warnings mechanism silently. I changed the code to

Have you tried "python -Wall"?  It shows PendingDeprecationWarnings, which
are usually not displayed.

-Andrew.





More information about the Python-list mailing list