[Python-Dev] Interface to change Py3kWarning in Python (original) (raw)

Benjamin Peterson musiccomposition at gmail.com
Fri Apr 18 22:31:14 CEST 2008


On Fri, Apr 18, 2008 at 7:38 AM, Christian Heimes <lists at cheimes.de> wrote:

Benjamin Peterson schrieb:

In Python we usually have to methods for the job, like setpy3kwarningmode and getpy3kwarningmode. I don't like the enable* and disable* style. Even the get/set methods are an ugly workaround for the fact, Python doesn't support module properties. :/ I will look at that. How do you like a macro or function PyErrWarn3k(msg) that does all the dirty work? Sounds lovely. Christian

-- Cheers, Benjamin Peterson



More information about the Python-Dev mailing list