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 r.david.murray
Recipients QuantumTim, facundobatista, georg.brandl, gwideman, r.david.murray, v+python
Date 2011-03-12.02:39:55
SpamBayes Score 0.00013006982
Marked as misclassified No
Message-id <1299897597.4.0.653824271749.issue1271@psf.upfronthosting.co.za>
In-reply-to
Content
Well, it's still the case that the Python raw string syntax isn't going to change to not escape the quotes, because that would break far too many existing applications that depend on them being escaped.  So a new string literal type would seem to be the only option.  I'm going to close this issue again; if either of you want to pursue the new string literal type, please bring it up on python-ideas.  Frankly, I doubt you would get much traction, but I could be wrong :)
History
Date User Action Args
2011-03-12 02:39:57r.david.murraysetrecipients: + r.david.murray, georg.brandl, facundobatista, QuantumTim, v+python, gwideman
2011-03-12 02:39:57r.david.murraysetmessageid: <1299897597.4.0.653824271749.issue1271@psf.upfronthosting.co.za>
2011-03-12 02:39:55r.david.murraylinkissue1271 messages
2011-03-12 02:39:55r.david.murraycreate