Message 234755 - Python tracker

Message234755

Author NeilGirdhar
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.16:42:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422290543.81.0.0225831760801.issue2292@psf.upfronthosting.co.za>
In-reply-to
Content
>>> def f(a, *b): print(list(a), list(b))
History
Date User Action Args
2015-01-26 16:42:23NeilGirdharsetrecipients: + NeilGirdhar, gvanrossum, twouters, georg.brandl, terry.reedy, paul.moore, ncoghlan, belopolsky, ezio.melotti, eric.araujo, andybuckley, r.david.murray, zbysz, eric.snow, berker.peksag, Joshua.Landau, pconnell, Jeff.Kaufman, SpaghettiToastBook
2015-01-26 16:42:23NeilGirdharsetmessageid: <1422290543.81.0.0225831760801.issue2292@psf.upfronthosting.co.za>
2015-01-26 16:42:23NeilGirdharlinkissue2292 messages
2015-01-26 16:42:23NeilGirdharcreate