Issue 552262: 'testlist" undefined in grammar (original) (raw)

Issue552262

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:17 admin set github: 36552
2002-05-04 15:12:10 deverhart create