This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 'testlist" undefined in grammar
Type: Stage:
Components: Documentation Versions: Python 2.2
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: fdrake Nosy List: deverhart, fdrake
Priority: normal Keywords:

Created on 2002-05-04 15:12 by deverhart, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg10657 - (view) Author: Dan Everhart (deverhart) Date: 2002-05-04 15:12
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.
  
msg10658 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2003-06-27 17:18
Logged In: YES 
user_id=3066

Duplicate of bug #726150.

Fixed in Doc/ref/ref5.tex 1.76 and 1.53.4.12.
History
Date User Action Args
2022-04-10 16:05:17adminsetgithub: 36552
2002-05-04 15:12:10deverhartcreate