[Python-Dev] 2.5 and beyond

Nick Coghlan ncoghlan at gmail.com
Sat Jul 1 10:37:37 CEST 2006


Anthony Baxter wrote:
> given the number of people and ways that this can emit a spurious 
> warning, I think it should be reverted for 2.5. At _best_ we could 
> maybe have a new -W switch to make it be generated, but this should 
> be off by default.

Last line of warnings.py

Copy, paste, s/PendingDeprecationWarning/ImportWarning

-Wd to enable it again :)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://www.boredomandlaziness.org


More information about the Python-Dev mailing list