[issue3504] Python Reference Manual inconsistency (Notation)

2008-08-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This is already fixed in the development docs: http://docs.python.org/dev/reference/introduction.html#id2 -- resolution: -> out of date status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue3504] Python Reference Manual inconsistency (Notation)

2008-08-05 Thread paul stoop
New submission from paul stoop <[EMAIL PROTECTED]>: On page http://docs.python.org/ref/notation.html the following text: name::= lc_letter lc_letter ::= "a"..."z" The first line says that a name is an lc_letter followed by a sequence of zero or more lc_letters and unders