[issue3505] single/double quote error in Python v2.6b2 documentation

2008-08-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r65558. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3505] single/double quote error in Python v2.6b2 documentation

2008-08-05 Thread paul stoop
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