Martin Panter added the comment:

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.

----------
Added file: http://bugs.python.org/file42878/issue23275_v4.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23275>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to