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 rhettinger
Recipients CuriousLearner, Eric Wieser, abarry, asmeurer, gregory.p.smith, lukasz.langa, mark.dickinson, ncoghlan, njs, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy
Date 2019-08-10.04:26:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565411171.78.0.387409197981.issue32912@roundup.psfhosted.org>
In-reply-to
Content
One possibility is to restrict the warning to a backslash followed by an alphabetic character or backslash, and that we define backslash followed by any other printable character as specifically allowed.  This would catch the likely sources of errors without breaking the likes of \, or \-.  Also, multiline strings have less of a need for a warning than a single line string.
History
Date User Action Args
2019-08-10 04:26:11rhettingersetrecipients: + rhettinger, terry.reedy, gregory.p.smith, mark.dickinson, ncoghlan, r.david.murray, njs, lukasz.langa, serhiy.storchaka, abarry, CuriousLearner, asmeurer, Eric Wieser
2019-08-10 04:26:11rhettingersetmessageid: <1565411171.78.0.387409197981.issue32912@roundup.psfhosted.org>
2019-08-10 04:26:11rhettingerlinkissue32912 messages
2019-08-10 04:26:11rhettingercreate