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 cheryl.sabella, miss-islington, rhettinger, serhiy.storchaka, taleinat, terry.reedy
Date 2020-05-30.05:09:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590815347.95.0.891340080366.issue37824@roundup.psfhosted.org>
In-reply-to
Content
The new items can be new issues, with 6 maybe the highest priority.  Currently
<stdin>:1: DeprecationWarning: invalid escape sequence \e
becomes
Warning (from warnings module):
  File "<pyshell#0>", line 1
    '\e'
DeprecationWarning: invalid escape sequence \e

For both Shell and Editor input, the Warning Line is not really needed.  For Shell, the fake filename is not needed, nor is the line # and line if somehow otherwise marked.
History
Date User Action Args
2020-05-30 05:09:08terry.reedysetrecipients: + terry.reedy, rhettinger, taleinat, serhiy.storchaka, cheryl.sabella, miss-islington
2020-05-30 05:09:07terry.reedysetmessageid: <1590815347.95.0.891340080366.issue37824@roundup.psfhosted.org>
2020-05-30 05:09:07terry.reedylinkissue37824 messages
2020-05-30 05:09:07terry.reedycreate