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.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, georg.brandl
Date 2008-07-31.11:37:54
SpamBayes Score 0.011047517
Marked as misclassified No
Message-id <1217504275.9.0.818427276788.issue3477@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-07-31 11:37:55amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, georg.brandl
2008-07-31 11:37:55amaury.forgeotdarcsetmessageid: <1217504275.9.0.818427276788.issue3477@psf.upfronthosting.co.za>
2008-07-31 11:37:54amaury.forgeotdarclinkissue3477 messages
2008-07-31 11:37:54amaury.forgeotdarccreate