[Python-bugs-list] [ python-Bugs-427604 ] Lang Ref, grammar productions should be hyperlinked
noreply@sourceforge.net
noreply@sourceforge.net
Mon, 09 Jul 2001 06:57:53 -0700
Bugs item #427604, was opened at 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: Feature Request
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Lang Ref, grammar productions should be hyperlinked
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: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-09 06:57
Message:
Logged In: YES
user_id=3066
I committed changes to make this happen last Friday (6 June
2001); sorry for not closing this promptly.
----------------------------------------------------------------------
Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-05-30 14:39
Message:
Logged In: YES
user_id=3066
(I thought I updated this yesterday, but I guess not.)
I'm re-classifying this as a feature request for hyperlinked productions in the grammar. I showed Tim a quick prototype yesterday, and will post a revised version shortly at:
http://python.sourceforge.net/devel-docs/ref/ref.html
It's starting to look pretty cool, but there are still glitches.
----------------------------------------------------------------------
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