Re: wxPython 4.0.3

Robin Dunn <[email protected]> Wed, 27 Jun 2018 11:43:16 -0700 (PDT)
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>
On Wednesday, June 27, 2018 at 7:20:25 AM UTC-7, Eric Fahlgren wrote:
>
> 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')
>
>

I didn't know that was in there...  Please submit an issue (and PR?) about 
it so it doesn't get forgotten.

--
Robin
 

-- 
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.