[Python-bugs-list] [ python-Bugs-726150 ] Broken links for grammar in docs
SourceForge.net
noreply@sourceforge.net
Fri, 27 Jun 2003 10:14:11 -0700
Bugs item #726150, was opened at 2003-04-23 05:33
Message generated for change (Comment added) made by fdrake
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=726150&group_id=5470
Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: David Abrahams (david_abrahams)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Broken links for grammar in docs
Initial Comment:
The "test" and "testlist" links at
http://www.python.org/dev/doc/devel/ref/lists.html#tok-
listmaker point
into space.
----------------------------------------------------------------------
>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2003-06-27 13:14
Message:
Logged In: YES
user_id=3066
The test and testlist symbols don't need to be "documented",
but they need to appear in the grammar as presented, or
expanded in place. I've added the definitions since I
dislike really long productions in the way they're presented.
Committed as Doc/ref/ref5.tex 1.76 and 1.53.4.12.
----------------------------------------------------------------------
Comment By: Brett Cannon (bcannon)
Date: 2003-06-10 18:01
Message:
Logged In: YES
user_id=357491
OK, so it appears test and testlist in the grammar are purely for
the compiler and not needed for any documentation explicitly.
They basically cover how to create a chain of tests. I have no
clue where they would be put if they were to be documented.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=726150&group_id=5470