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 dangyogi
Recipients dangyogi, georg.brandl
Date 2008-09-21.00:37:56
SpamBayes Score 0.1980098
Marked as misclassified No
Message-id <1221957478.27.0.336258451859.issue3917@psf.upfronthosting.co.za>
In-reply-to
Content
The definition for set_display in the Language Definition allows for
empty curly braces by enclosing expression_list | comprehension in
brackets ('[', ']').  These brackets should be removed, as empty curly
braces are a dict_display.

http://docs.python.org/dev/3.0/reference/expressions.html#grammar-token-set_display
History
Date User Action Args
2008-09-21 00:37:58dangyogisetrecipients: + dangyogi, georg.brandl
2008-09-21 00:37:58dangyogisetmessageid: <1221957478.27.0.336258451859.issue3917@psf.upfronthosting.co.za>
2008-09-21 00:37:57dangyogilinkissue3917 messages
2008-09-21 00:37:56dangyogicreate