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 skip.montanaro
Recipients
Date 2000-08-09.13:17:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
(I submitted an update last night, but it appears not to have "taken".  Is that because I'm changing the status from "rejected" to "open".)

This is a corrected patch from Ka-Ping Yee that adds the parens requirement for tuples in the leading expression, e.g.: 

   [(x,x**2) for x in range(5)]

instead of Greg Ewing's original syntax which allowed

   [x,x**2 for x in range(5)]


    
History
Date User Action Args
2007-08-23 14:59:41adminlinkissue400654 messages
2007-08-23 14:59:41admincreate