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 skrah
Recipients ezio.melotti, mark.dickinson, rhettinger, skrah, ubershmekel
Date 2010-07-02.10:38:08
SpamBayes Score 1.0147857e-06
Marked as misclassified No
Message-id <1278067093.62.0.439983597956.issue9136@psf.upfronthosting.co.za>
In-reply-to
Content
In the new patches I reinstated the ternary construct. I think it
would be nice to use dict comprehensions in py3k. People read the
stdlib for guidance, and it would help if ultimately only the most
concise idioms remained in py3k.

If I'm not mistaken, quite often the unit tests already use the latest
constructs available.


That said, there are always issues that only become apparent after
maintaining a module for years, so I guess I'll wait for a decision.
History
Date User Action Args
2010-07-02 10:38:13skrahsetrecipients: + skrah, rhettinger, mark.dickinson, ezio.melotti, ubershmekel
2010-07-02 10:38:13skrahsetmessageid: <1278067093.62.0.439983597956.issue9136@psf.upfronthosting.co.za>
2010-07-02 10:38:10skrahlinkissue9136 messages
2010-07-02 10:38:09skrahcreate