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 ardath.kevin, serhiy.storchaka
Date 2020-09-28.22:25:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601331915.13.0.383852135345.issue41881@roundup.psfhosted.org>
In-reply-to
Content
It is expected behavior. \n in a raw string means two characters, backslash and "n", not a single newline character. Use non-raw string to embed a newline character.
History
Date User Action Args
2020-09-28 22:25:15serhiy.storchakasetrecipients: + serhiy.storchaka, ardath.kevin
2020-09-28 22:25:15serhiy.storchakasetmessageid: <1601331915.13.0.383852135345.issue41881@roundup.psfhosted.org>
2020-09-28 22:25:15serhiy.storchakalinkissue41881 messages
2020-09-28 22:25:15serhiy.storchakacreate