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 846909323
Recipients 846909323
Date 2011-04-07.08:48:34
SpamBayes Score 0.018508231
Marked as misclassified No
Message-id <1302166114.84.0.402815371871.issue11793@psf.upfronthosting.co.za>
In-reply-to
Content
>>> print(r'\')
      
SyntaxError: EOL while scanning string literal
>>> print(r'\'')
\'
>>>
History
Date User Action Args
2011-04-07 08:48:34846909323setrecipients: + 846909323
2011-04-07 08:48:34846909323setmessageid: <1302166114.84.0.402815371871.issue11793@psf.upfronthosting.co.za>
2011-04-07 08:48:34846909323linkissue11793 messages
2011-04-07 08:48:34846909323create