Issue 3477: grammar productionlist are not properly indented

Issue3477

Created on 2008-07-31 11:37 by amaury.forgeotdarc, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg70498 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2008-07-31 11:37
See http://docs.python.org/dev/reference/expressions.html#id9
the production rule for "argument_list" is not properly indented.

It seems that the first line is indented up to the widest name of the
list, but subsequent lines only add 6 to the length of the defined name.
msg70733 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-08-05 10:08
Thanks, fixed in r65547.
History
Date User Action Args
2022-04-11 14:56:37adminsetgithub: 47727
2008-08-05 10:08:11georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg70733
2008-07-31 11:37:54amaury.forgeotdarccreate