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 eric.smith
Recipients Tim.Graham, abarry, brett.cannon, eric.smith, martin.panter, ncoghlan, ned.deily, r.david.murray, rhettinger, serhiy.storchaka, yan12125, yselivanov
Date 2016-09-16.14:23:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474035830.33.0.0254216406092.issue28128@psf.upfronthosting.co.za>
In-reply-to
Content
I forgot: this is what Nick's example now looks like:

$ ./python -Wall escape_warning.py
Traceback (most recent call last):
  File "escape_warning.py", line 1, in <module>
    import bad_escape
  File "/home/eric/local/python/cpython/bad_escape.py", line 1
    print('\d')
         ^
SyntaxError: invalid escape sequence \d
History
Date User Action Args
2016-09-16 14:23:50eric.smithsetrecipients: + eric.smith, brett.cannon, rhettinger, ncoghlan, ned.deily, r.david.murray, martin.panter, serhiy.storchaka, yselivanov, Tim.Graham, yan12125, abarry
2016-09-16 14:23:50eric.smithsetmessageid: <1474035830.33.0.0254216406092.issue28128@psf.upfronthosting.co.za>
2016-09-16 14:23:50eric.smithlinkissue28128 messages
2016-09-16 14:23:50eric.smithcreate