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 gvanrossum
Recipients
Date 2000-07-27.20:08:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I actually like this a lot (am running with it myself!), but the patch needs to be reworked so that it requires [(x,x) for x in ...] instead of allowing [x,x for x in ...].

It also may require integration with the range literals syntax, but that should be relatively minor.
History
Date User Action Args
2007-08-23 14:59:41adminlinkissue400654 messages
2007-08-23 14:59:41admincreate