[issue28354] DeprecationWarning not reported for invalid escape sequences

Serhiy Storchaka report at bugs.python.org
Tue Oct 4 05:06:49 EDT 2016


Serhiy Storchaka added the comment:

See issue28128.

A warning should be emitted when you compile the code, but it shouldn't be emitted when you import compiled module.

----------
nosy: +serhiy.storchaka
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> Improve the warning message for invalid escape sequences

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


More information about the Python-bugs-list mailing list