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 ChuckRhode
Recipients ChuckRhode, amaury.forgeotdarc, kees
Date 2009-10-21.19:48:18
SpamBayes Score 0.0020110228
Marked as misclassified No
Message-id <1256154500.73.0.354928896566.issue6978@psf.upfronthosting.co.za>
In-reply-to
Content
PythonTidy encounters this problem.

o http://lacusveris.com/PythonTidy/PythonTidy.python

It is unable correctly to render line 694 of test_grammar.py in the
Python Test Suite:

    d[1,] = 2

becomes:

    d[1] = 2

because the *compiler* module does not return an abstract syntax tree
containing a tuple for the subscript.
History
Date User Action Args
2009-10-21 19:48:20ChuckRhodesetrecipients: + ChuckRhode, amaury.forgeotdarc, kees
2009-10-21 19:48:20ChuckRhodesetmessageid: <1256154500.73.0.354928896566.issue6978@psf.upfronthosting.co.za>
2009-10-21 19:48:19ChuckRhodelinkissue6978 messages
2009-10-21 19:48:19ChuckRhodecreate