New submission from paul stoop <[EMAIL PROTECTED]>: 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(?)). ---------- assignee: georg.brandl components: Documentation messages: 70735 nosy: georg.brandl, pavlosto severity: normal status: open title: single/double quote error in Python v2.6b2 documentation versions: Python 2.6 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3505> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com