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 mythrix
Recipients
Date 2005-04-30.14:01:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In Notation, it says the BNF form used is:
name:           lc_letter (lc_letter | "_")*
lc_letter:      "a"..."z"

But in the documentation, it is:
identifier	::=	(letter|"_") (letter | digit | "_")*	
letter	::=	lowercase | uppercase

(ie, ::=, and not :)
History
Date User Action Args
2007-08-23 14:31:22adminlinkissue1193001 messages
2007-08-23 14:31:22admincreate