[docs] [issue32603] Deprecation warning on strings used in re module

Zachary Ware report at bugs.python.org
Fri Jan 19 18:29:30 EST 2018


Zachary Ware <zachary.ware at gmail.com> added the comment:

This is actually combination of a deprecation in in 3.6's string literals (not related to the re module), documented here: https://docs.python.org/dev/whatsnew/3.6.html#deprecated-python-behavior (see issue27364) and showing DeprecationWarning in the REPL by default in 3.7 (PEP 565).

----------
nosy: +zach.ware

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


More information about the docs mailing list