[Python-Dev] Emit SyntaxWarning on unrecognized backslash escapes?

Serhiy Storchaka storchaka at gmail.com
Tue Feb 24 00:32:58 CET 2015


On 24.02.15 00:50, Nick Coghlan wrote:
>> - SyntaxError in Python 3.7

I think that SyntaxError could wait to 4.0.

> Another suggestion: we may want to turn this particular deprecation
> warning on by default in the interactive interpreter, and recommend
> that other interactive interpreter developers (such as the IPython
> folks) consider doing the same.

Why not turn all deprecation warning on by default in the interactive 
interpreter?



More information about the Python-Dev mailing list