[issue28128] Improve the warning message for invalid escape sequences

R. David Murray report at bugs.python.org
Tue Sep 13 15:04:42 EDT 2016


R. David Murray added the comment:

The error can't be a SyntaxError, it must be a DeprecationWarning.  If you can improve the deprecation warning text, I'd be in favor of calling that a fix to the original feature and put it in 3.6.  The deprecation warning can even say that this will be a SyntaxError some time in the future.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28128>
_______________________________________


More information about the Python-bugs-list mailing list