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 pavlosto
Recipients georg.brandl, pavlosto
Date 2008-08-05.12:41:54
SpamBayes Score 0.06166668
Marked as misclassified No
Message-id <1217940177.03.0.531342969311.issue3505@psf.upfronthosting.co.za>
In-reply-to
Content
hi,

On http://docs.python.org/ref/strings.html we find
longstring ::= "'''" longstringitem* "'''" | '"""' longstringitem* '"""'
(correct),

but,

on http://docs.python.org/dev/reference/lexical_analysis.html#id7
we find:
                v                    v
longstring ::= ""'" longstringitem* ""'" | '"""' longstringitem* '"""'
                ^                    ^
(not correct, i think(?)).
History
Date User Action Args
2008-08-05 12:42:57pavlostosetrecipients: + pavlosto, georg.brandl
2008-08-05 12:42:57pavlostosetmessageid: <1217940177.03.0.531342969311.issue3505@psf.upfronthosting.co.za>
2008-08-05 12:41:56pavlostolinkissue3505 messages
2008-08-05 12:41:55pavlostocreate