[ python-Bugs-1193001 ] Notation
SourceForge.net
noreply at sourceforge.net
Sat Apr 30 16:01:32 CEST 2005
Bugs item #1193001, was opened at 2005-04-30 16:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1193001&group_id=5470
Category: Documentation
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Mythril (mythrix)
Assigned to: Nobody/Anonymous (nobody)
Summary: Notation
Initial Comment:
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 :)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1193001&group_id=5470
More information about the Python-bugs-list
mailing list