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 serhiy.storchaka
Recipients jdufresne, serhiy.storchaka
Date 2017-04-17.17:41:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492450888.2.0.749067868941.issue30091@psf.upfronthosting.co.za>
In-reply-to
Content
This warning is emitted by the compiler when it compiles string literals with invalid escape sequences. Once the source is compiled to the bytecode and saved to the .pyc file the compiler no longer involved. You can disable writing compiled bytecode by calling python with option -B.
History
Date User Action Args
2017-04-17 17:41:28serhiy.storchakasetrecipients: + serhiy.storchaka, jdufresne
2017-04-17 17:41:28serhiy.storchakasetmessageid: <1492450888.2.0.749067868941.issue30091@psf.upfronthosting.co.za>
2017-04-17 17:41:28serhiy.storchakalinkissue30091 messages
2017-04-17 17:41:28serhiy.storchakacreate