Re: Re: wxPython 4.0.3

Eric Fahlgren <[email protected]> Wed, 27 Jun 2018 13:18:08 -0700
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <CAP2Qz+UtJZOZdsGuHVerPsu68wWULQ864W03iwqf+jERgf+c=Q@mail.gmail.com>
Done.
https://github.com/wxWidgets/Phoenix/issues/902

On Wed, Jun 27, 2018 at 11:43 AM Robin Dunn <[email protected]> wrote:

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

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