[python-committers] Enabling depreciation warnings feature code cutoff

R. David Murray rdmurray at bitdance.com
Mon Nov 6 14:36:39 EST 2017


On Mon, 06 Nov 2017 13:25:09 -0600, Neil Schemenauer <nas-python at arctrix.com> wrote:
> On 2017-11-06, R. David Murray wrote:
> > I'm curious which ones you are seeing it in?  It could be we are
> > operating in different problem spaces :)
> 
> In the last few months: Pillow, docutils, dateutil.  Some of them
> could have been PendingDeprecationWarning, I'm not sure.  I had that
> enabled as well.  So, maybe the warnings would have been fixed once
> they became DeprecationWarning.  The fact that unittest enables the
> warnings should help a lot.

We're using at Pillow and dateutil without seeing any warnings
(without Pending on), so I suspect your speculation is correct.

--David


More information about the python-committers mailing list