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 tim.peters
Recipients John.Jefferies, tim.peters
Date 2013-07-21.19:10:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374433823.6.0.698080484408.issue18522@psf.upfronthosting.co.za>
In-reply-to
Content
As section 2.4.1. (String literals) of the Python reference manual says, 

"... (even a raw string cannot end in an odd number of backslashes). Specifically, a raw string cannot end in a single backslash (since the backslash would escape the following quote character)."
History
Date User Action Args
2013-07-21 19:10:23tim.peterssetrecipients: + tim.peters, John.Jefferies
2013-07-21 19:10:23tim.peterssetmessageid: <1374433823.6.0.698080484408.issue18522@psf.upfronthosting.co.za>
2013-07-21 19:10:23tim.peterslinkissue18522 messages
2013-07-21 19:10:23tim.peterscreate