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 martin.panter
Recipients Cesar.Kawakami, Devin Jeanpierre, Kyle.Buzsaki, Rahul Gupta, amaury.forgeotdarc, berker.peksag, eryksun, ezio.melotti, flying sheep, ionelmc, mark.dickinson, martin.panter, ncoghlan, r.david.murray, rhettinger, scoder
Date 2016-04-26.11:23:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461669797.57.0.0578378981772.issue23275@psf.upfronthosting.co.za>
In-reply-to
Content
Okay I’ll let Berker update his patch, but I’m happy to try my hand at updating the documentation if needed.

I reviewed the current patch. I can’t say whether the ast.c change is good or not. But IMO the test would be better off in somewhere like /Lib/test/test_unpack.py. It is only a superficial relationship with tuples because the syntax looks the same. Also may be worth testing that [] = [] etc work as well.
History
Date User Action Args
2016-04-26 11:23:17martin.pantersetrecipients: + martin.panter, rhettinger, amaury.forgeotdarc, mark.dickinson, ncoghlan, scoder, Devin Jeanpierre, ezio.melotti, ionelmc, r.david.murray, flying sheep, berker.peksag, eryksun, Cesar.Kawakami, Kyle.Buzsaki, Rahul Gupta
2016-04-26 11:23:17martin.pantersetmessageid: <1461669797.57.0.0578378981772.issue23275@psf.upfronthosting.co.za>
2016-04-26 11:23:17martin.panterlinkissue23275 messages
2016-04-26 11:23:17martin.pantercreate