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 Ilya Kamenshchikov
Recipients Ilya Kamenshchikov
Date 2019-06-06.20:02:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559851321.86.0.933526375989.issue37182@roundup.psfhosted.org>
In-reply-to
Content
Same problem holds for tabs (\\t vs \t).

For \\r vs \r, it is even more fun: 
txt1 = '"""\\r"""'
txt2 = '"""\r"""'

>>> b'\r'
>>> b'\n'
History
Date User Action Args
2019-06-06 20:02:01Ilya Kamenshchikovsetrecipients: + Ilya Kamenshchikov
2019-06-06 20:02:01Ilya Kamenshchikovsetmessageid: <1559851321.86.0.933526375989.issue37182@roundup.psfhosted.org>
2019-06-06 20:02:01Ilya Kamenshchikovlinkissue37182 messages
2019-06-06 20:02:01Ilya Kamenshchikovcreate