[Python-bugs-list] [ python-Bugs-552262 ] 'testlist" undefined in grammar
SourceForge.net
noreply@sourceforge.net
Fri, 27 Jun 2003 10:18:45 -0700
Bugs item #552262, was opened at 2002-05-04 11:12
Message generated for change (Comment added) made by fdrake
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=552262&group_id=5470
Category: Documentation
Group: Python 2.2.1
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Dan Everhart (deverhart)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: 'testlist" undefined in grammar
Initial Comment:
In http://www.python.org/doc/current/ref/grammar.txt
the production
list_for ::=
"for" expression_list "in" testlist
[list_iter]
refers to the nonterminal 'testlist', which does not
appear anywhere else in the document.
----------------------------------------------------------------------
>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2003-06-27 13:18
Message:
Logged In: YES
user_id=3066
Duplicate of bug #726150.
Fixed in Doc/ref/ref5.tex 1.76 and 1.53.4.12.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=552262&group_id=5470