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.09:13:49
SpamBayes Score 0.0012949985
Marked as misclassified No
Message-id <1302167629.87.0.573784688744.issue11793@psf.upfronthosting.co.za>
In-reply-to
Content
I think it should be

    >>> print(r'\')
    \
    >>> print(r'\'')

    SyntaxError: EOL while scanning string literal
    >>>
History
Date User Action Args
2011-04-07 09:13:50846909323setrecipients: + 846909323
2011-04-07 09:13:49846909323setmessageid: <1302167629.87.0.573784688744.issue11793@psf.upfronthosting.co.za>
2011-04-07 09:13:49846909323linkissue11793 messages
2011-04-07 09:13:49846909323create