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 abarry, ezio.melotti, gvanrossum, jaraco, jayvdb, martin.panter, python-dev, r.david.murray, serhiy.storchaka, terry.reedy, vstinner, yan12125, ztane
Date 2017-07-11.04:15:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499746513.92.0.140492172326.issue27364@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, this was the intention. One of often errors is using "\n" in non-raw docstrings. This change doesn't prevent this error, but increases chances of catching it when there are other backslashes in the docstring.
History
Date User Action Args
2017-07-11 04:15:13serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, terry.reedy, jaraco, vstinner, ezio.melotti, r.david.murray, python-dev, martin.panter, ztane, jayvdb, yan12125, abarry
2017-07-11 04:15:13serhiy.storchakasetmessageid: <1499746513.92.0.140492172326.issue27364@psf.upfronthosting.co.za>
2017-07-11 04:15:13serhiy.storchakalinkissue27364 messages
2017-07-11 04:15:13serhiy.storchakacreate