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-05-17.10:55:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463482519.28.0.964810474734.issue23275@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Berker. I updated your patch according to my comments in the documentation. I hope you don’t mind.

I reverted all the changes about subscripting and slicing an iterable, since this bug is only about assigning to a “target list”.

Actually it is true (despite the current documentation) that you can often assign

sequence[slice] = iterable

But I think that is a separate problem.
History
Date User Action Args
2016-05-17 10:55:20martin.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-05-17 10:55:19martin.pantersetmessageid: <1463482519.28.0.964810474734.issue23275@psf.upfronthosting.co.za>
2016-05-17 10:55:19martin.panterlinkissue23275 messages
2016-05-17 10:55:19martin.pantercreate