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 aka
Recipients aka
Date 2008-02-25.20:18:25
SpamBayes Score 0.074487254
Marked as misclassified No
Message-id <1203970706.3.0.353851421096.issue2192@psf.upfronthosting.co.za>
In-reply-to
Content
When creating a raw string ending with a backslash the systems answers
with an error:

>>> r'c:\'
SyntaxError: EOL while scanning single-quoted string

This happens on many systems with many versions, so it is propably a
problem of the interpreter itself.
History
Date User Action Args
2008-02-25 20:18:26akasetspambayes_score: 0.0744873 -> 0.074487254
recipients: + aka
2008-02-25 20:18:26akasetspambayes_score: 0.0744873 -> 0.0744873
messageid: <1203970706.3.0.353851421096.issue2192@psf.upfronthosting.co.za>
2008-02-25 20:18:25akalinkissue2192 messages
2008-02-25 20:18:25akacreate