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 Chris Seto2, ezio.melotti, mrabarnett, serhiy.storchaka
Date 2017-04-27.14:59:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493305178.5.0.581133933606.issue30187@psf.upfronthosting.co.za>
In-reply-to
Content
This is ambiguous syntax. Unknown escapes consisting of '\' and ASCII letter were deprecated in 3.5 (run the interpreter with the option -Wa to see all warnings) and are errors since 3.6. Note that the string literal '[^\B]' itself produces a DeprecationWarning in 3.6.
History
Date User Action Args
2017-04-27 14:59:38serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett, Chris Seto2
2017-04-27 14:59:38serhiy.storchakasetmessageid: <1493305178.5.0.581133933606.issue30187@psf.upfronthosting.co.za>
2017-04-27 14:59:38serhiy.storchakalinkissue30187 messages
2017-04-27 14:59:38serhiy.storchakacreate