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 gwideman
Recipients eric.smith, gregory.p.smith, gwideman, martin.panter, r.david.murray, tim.peters, vstinner
Date 2019-02-21.02:29:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550716194.41.0.703761999796.issue31136@roundup.psfhosted.org>
In-reply-to
Content
Demonstration:
print("x" + r' \' ' + "x")   produces
x \' x
Where is this behavior _ever_ useful? 
Or if there is some use case for this, how frequent is it compared to the frequency of users expecting either that backslash does nothing special, or that it would behave like an escape, and not appear in the output? 

I'm not here to suggest there's some easy fix for this. I just don't want this issue closing as "not a bug" and fail to register that this design is flawed.
History
Date User Action Args
2019-02-21 02:29:54gwidemansetrecipients: + gwideman, tim.peters, gregory.p.smith, vstinner, eric.smith, r.david.murray, martin.panter
2019-02-21 02:29:54gwidemansetmessageid: <1550716194.41.0.703761999796.issue31136@roundup.psfhosted.org>
2019-02-21 02:29:54gwidemanlinkissue31136 messages
2019-02-21 02:29:54gwidemancreate