[Python-bugs-list] [ python-Bugs-427604 ] Lang Ref, section 2.4.5: "digit" undef

noreply@sourceforge.net noreply@sourceforge.net
Sat, 26 May 2001 14:30:38 -0700


Bugs item #427604, was updated on 2001-05-26 14:06
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=427604&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Fred L. Drake, Jr. (fdrake)
>Summary: Lang Ref, section 2.4.5:  "digit" undef

Initial Comment:
The grammar for  integer and longinteger given in
section 2.4.5 of the Language Reference is missing a
definition for  the "digit" term.

I think, the grammar should have a production like
this:
digit:  "0"..."9"

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

>Comment By: Tim Peters (tim_one)
Date: 2001-05-26 14:30

Message:
Logged In: YES 
user_id=31435

"digit" is already defined, but in section 2.3 (Identifiers 
and keywords).

Fred, how much unbearable pain would it be to come with a 
(hyperlinked in HTML) grammar production index?  There are 
many cases where a production referenced in one section is 
defined in another, and it's very hard to find the 
definition whenever that occurs.

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=427604&group_id=5470