[Python-bugs-list] [ python-Bugs-552262 ] 'testlist" undefined in grammar

noreply@sourceforge.net noreply@sourceforge.net
Tue, 24 Sep 2002 10:45:05 -0700


Bugs item #552262, was opened at 2002-05-04 11:12
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: Open
Resolution: None
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.
  

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

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