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 lehmannro
Recipients chester, lehmannro
Date 2008-05-11.07:32:42
SpamBayes Score 0.032642275
Marked as misclassified No
Message-id <1210491163.56.0.768333268732.issue2816@psf.upfronthosting.co.za>
In-reply-to
Content
It seems "single-quoted" doesn't mean the actual quotation sign used but
rather how many you used. Compare the multiline triple quote syntax:

$ cat foo.py
"""bar
$ python foo.py
  File "foo.py", line 3

    ^
SyntaxError: EOF while scanning triple-quoted string

This shouldn't read sextuple-quoted string, should it?
History
Date User Action Args
2008-05-11 07:32:44lehmannrosetspambayes_score: 0.0326423 -> 0.032642275
recipients: + lehmannro, chester
2008-05-11 07:32:44lehmannrosetspambayes_score: 0.0326423 -> 0.0326423
messageid: <1210491163.56.0.768333268732.issue2816@psf.upfronthosting.co.za>
2008-05-11 07:32:42lehmannrolinkissue2816 messages
2008-05-11 07:32:42lehmannrocreate