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 brett.cannon
Recipients brett.cannon, collinwinter
Date 2008-03-17.19:55:53
SpamBayes Score 0.30062094
Marked as misclassified No
Message-id <1205783754.65.0.365050189029.issue2367@psf.upfronthosting.co.za>
In-reply-to
Content
Py3K has some places where parentheses are now required (e.g., ``[x for
x in 1, 2]`` to ``[x for x in (1, 2)``). A fixer is needed to handle the
conversion.
History
Date User Action Args
2008-03-17 19:55:54brett.cannonsetspambayes_score: 0.300621 -> 0.30062094
recipients: + brett.cannon, collinwinter
2008-03-17 19:55:54brett.cannonsetspambayes_score: 0.300621 -> 0.300621
messageid: <1205783754.65.0.365050189029.issue2367@psf.upfronthosting.co.za>
2008-03-17 19:55:54brett.cannonlinkissue2367 messages
2008-03-17 19:55:53brett.cannoncreate