Message 234764 - Python tracker

Message234764

Author Joshua.Landau
Recipients Jeff.Kaufman, Joshua.Landau, NeilGirdhar, SpaghettiToastBook, andybuckley, belopolsky, berker.peksag, eric.araujo, eric.snow, ezio.melotti, georg.brandl, gvanrossum, ncoghlan, paul.moore, pconnell, r.david.murray, terry.reedy, twouters, zbysz
Date 2015-01-26.18:28:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422296917.29.0.0744597813521.issue2292@psf.upfronthosting.co.za>
In-reply-to
Content
If we're supporting

    f(**x for x in y)

surely we should also support

    f(x: y for x, y in z)

I personally don't like this idea.
History
Date User Action Args
2015-01-26 18:28:37Joshua.Landausetrecipients: + Joshua.Landau, gvanrossum, twouters, georg.brandl, terry.reedy, paul.moore, ncoghlan, belopolsky, ezio.melotti, eric.araujo, andybuckley, r.david.murray, zbysz, eric.snow, berker.peksag, pconnell, NeilGirdhar, Jeff.Kaufman, SpaghettiToastBook
2015-01-26 18:28:37Joshua.Landausetmessageid: <1422296917.29.0.0744597813521.issue2292@psf.upfronthosting.co.za>
2015-01-26 18:28:37Joshua.Landaulinkissue2292 messages
2015-01-26 18:28:37Joshua.Landaucreate