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 facundobatista
Recipients QuantumTim, facundobatista
Date 2007-10-12.12:57:57
SpamBayes Score 0.055598646
Marked as misclassified No
Message-id <1192193878.03.0.824203665272.issue1271@psf.upfronthosting.co.za>
In-reply-to
Content
As stated in the docs...
  http://docs.python.org/dev/reference/lexical_analysis.html#string-literals

  r"\" is not a valid string literal (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
2007-10-12 12:57:58facundobatistasetspambayes_score: 0.0555986 -> 0.055598646
recipients: + facundobatista, QuantumTim
2007-10-12 12:57:58facundobatistasetspambayes_score: 0.0555986 -> 0.0555986
messageid: <1192193878.03.0.824203665272.issue1271@psf.upfronthosting.co.za>
2007-10-12 12:57:57facundobatistalinkissue1271 messages
2007-10-12 12:57:57facundobatistacreate