This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Numerlor, serhiy.storchaka, terry.reedy
Date 2020-04-11.04:49:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586580596.32.0.243783315939.issue40199@roundup.psfhosted.org>
In-reply-to
Content
OK, verified issue with installed 3.9.0a5, which must have different warning settings.

From a file, 1 warning.
<string>:1: DeprecationWarning: invalid escape sequence \d

Interactively, no warning.

>>> compile("'\d'", "<string>", "eval")
<code object <module> at 0x00000263842DFC90, file "<string>", line 1>
>>>
History
Date User Action Args
2020-04-11 04:49:56terry.reedysetrecipients: + terry.reedy, serhiy.storchaka, Numerlor
2020-04-11 04:49:56terry.reedysetmessageid: <1586580596.32.0.243783315939.issue40199@roundup.psfhosted.org>
2020-04-11 04:49:56terry.reedylinkissue40199 messages
2020-04-11 04:49:56terry.reedycreate