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 zach.ware
Recipients pradeepkr, zach.ware
Date 2017-05-09.19:49:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494359359.56.0.391794933456.issue30321@psf.upfronthosting.co.za>
In-reply-to
Content
>>> result = '{:\^3}'.format('R')
>>> result
'\\R\\'
>>> print(result)
\R\
>>> print("backslash (\\) is escaped by another backslash in str's repr")
backslash (\) is escaped by another backslash in str's repr
History
Date User Action Args
2017-05-09 19:49:19zach.waresetrecipients: + zach.ware, pradeepkr
2017-05-09 19:49:19zach.waresetmessageid: <1494359359.56.0.391794933456.issue30321@psf.upfronthosting.co.za>
2017-05-09 19:49:19zach.warelinkissue30321 messages
2017-05-09 19:49:19zach.warecreate