Re: wxPython 4.0.3

Eric Fahlgren <[email protected]> Wed, 27 Jun 2018 07:20:25 -0700 (PDT)
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>
Just ran our product regressions in both Python 2.7.14 and 3.6.5.  Only one 
issue appeared (in 4.0.2, also): In wx/lib/plot/polyobjects.py at line 40 
there is a line that re-enables warnings with sort of a shotgun approach:

warnings.simplefilter('default')

This causes a bunch of regressions in our Py 3 with, with various stdlib or 
PyPI modules now producing deprecation warnings.  Maybe it should be a bit 
more surgical in its targeting?

warnings.filterwarnings('always', category=DeprecationWarning, module='wx')

-- 
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.