Message 242723 - Python tracker

Message242723

Author Joshua.Landau
Recipients Jeff.Kaufman, Joshua.Landau, NeilGirdhar, SpaghettiToastBook, andybuckley, belopolsky, benjamin.peterson, berker.peksag, eric.snow, ethan.furman, ezio.melotti, georg.brandl, gvanrossum, ncoghlan, paul.moore, pconnell, r.david.murray, scoder, steve.dower, terry.reedy, twouters, zbysz
Date 2015-05-07.18:40:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431024031.26.0.676909132544.issue2292@psf.upfronthosting.co.za>
In-reply-to
Content
There is a change as part of this to make dict building more like list and set building, which both have this behaviour.

The same changes have likely occurred before whenever BUILD_LIST and BUILD_SET were introduced, and this behaviour seems particularly undefined.

That said, I did overlook the difference. Hopefully there's agreement that it doesn't matter.
History
Date User Action Args
2015-05-07 18:40:31Joshua.Landausetrecipients: + Joshua.Landau, gvanrossum, twouters, georg.brandl, terry.reedy, paul.moore, ncoghlan, belopolsky, scoder, benjamin.peterson, ezio.melotti, andybuckley, r.david.murray, zbysz, ethan.furman, eric.snow, berker.peksag, steve.dower, pconnell, NeilGirdhar, Jeff.Kaufman, SpaghettiToastBook
2015-05-07 18:40:31Joshua.Landausetmessageid: <1431024031.26.0.676909132544.issue2292@psf.upfronthosting.co.za>
2015-05-07 18:40:31Joshua.Landaulinkissue2292 messages
2015-05-07 18:40:31Joshua.Landaucreate