[issue40199] Invalid escape sequence DeprecationWarnings don't trigger by default

Aaron Gallagher report at bugs.python.org
Wed Jun 2 10:25:06 EDT 2021


Aaron Gallagher <_ at habnab.it> added the comment:

This is definitely not windows-specific. On macos:

$ python3.9
Python 3.9.4 (default, Apr  5 2021, 01:47:16)
[Clang 11.0.0 (clang-1100.0.33.17)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> '\s'
'\\s'

----------
nosy: +habnabit

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40199>
_______________________________________


More information about the Python-bugs-list mailing list