[ python-Bugs-1193001 ] Notation

SourceForge.net noreply at sourceforge.net
Thu Jun 2 15:53:08 CEST 2005


Bugs item #1193001, was opened at 2005-04-30 10:01
Message generated for change (Comment added) made by akuchling
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1193001&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Mythril (mythrix)
>Assigned to: A.M. Kuchling (akuchling)
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 :)

----------------------------------------------------------------------

>Comment By: A.M. Kuchling (akuchling)
Date: 2005-06-02 09:53

Message:
Logged In: YES 
user_id=11375

The notation section was using a different LaTeX macro from the other 
grammar rules; I've fixed this on the HEAD and 2.4-maint branches.  
Thanks for reporting this error!

----------------------------------------------------------------------

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