On Mon, 06 Nov 2017 13:25:09 -0600, Neil Schemenauer
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
Perhaps this discussion can go back to python-dev?
Le 06/11/2017 à 20:25, Neil Schemenauer a écrit :
> 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, docut
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
On Mon, 06 Nov 2017 12:51:45 -0600, Neil Schemenauer
wrote:
> Another idea is to have venv to turn them on by default or, based on
> a command-line option, do it. Or, maybe the unit testing frameworks
> should turn on the warnings when they run.
Unit test frameworks, including at least unittest
I also feel this decision was a mistake. If there's a consensus to revert,
I'm happy to draft a PEP.
Alex
On Nov 6, 2017 1:58 PM, "Neil Schemenauer" wrote:
> On 2017-11-06, Nick Coghlan wrote:
> > Gah, seven years on from Python 2.7's release, I still get caught by
> > that. I'm tempted to prop
On 2017-11-06, Nick Coghlan wrote:
> Gah, seven years on from Python 2.7's release, I still get caught by
> that. I'm tempted to propose we reverse that decision and go back to
> enabling them by default :P
Either enable them by default or make them really easy to enable for
development evironment
On Mon, 06 Nov 2017 11:46:48 +1000, Nick Coghlan wrote:
> On 6 November 2017 at 02:02, Yury Selivanov wrote:
> > On Fri, Nov 3, 2017 at 11:30 PM, Nick Coghlan wrote:
> >> The current lack of DeprecationWarnings in 3.6 is a fairly major
> >> oversight/bug, though:
> >
> > There's no oversight. W