This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients effbot, gvanrossum, philiprowlands, rhettinger, scoder, serhiy.storchaka
Date 2019-12-03.00:21:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575332471.92.0.0175652356389.issue38941@roundup.psfhosted.org>
In-reply-to
Content
I doubt effbot will respond. :-)

I think the first order of business is to add the same FutureWarning to the C version of the code, and to reset the clock on the deprecation. 

In terms of the final stages, why wouldn't we want it to just always raise? Just because there's so much code that might break?

It shouldn't be a SyntaxWarning, since this is most definitely not a syntax issue. I'd be okay with RuntimeError (or RuntimeWarning if we decide to keep the old outcome with a warning forever).

(Huh, does FutureWarning count as a deprecation?)
History
Date User Action Args
2019-12-03 00:21:11gvanrossumsetrecipients: + gvanrossum, effbot, rhettinger, scoder, serhiy.storchaka, philiprowlands
2019-12-03 00:21:11gvanrossumsetmessageid: <1575332471.92.0.0175652356389.issue38941@roundup.psfhosted.org>
2019-12-03 00:21:11gvanrossumlinkissue38941 messages
2019-12-03 00:21:11gvanrossumcreate