Open GoogleCodeExporter opened 8 years ago
thanks a lot for reporting! ;) it's much appreciated. I will have a look at
this for the next release.
Original comment by mark.duf...@gmail.com
on 28 Oct 2011 at 1:56
Original comment by mark.duf...@gmail.com
on 6 Nov 2011 at 7:23
hm, I'm not sure if support for this was recently added to python 2.x, but the
following also does not seem to work with shedskin at the moment:
a, b = set([1,2])
a, b = {1: 4, 5: 7}
a, b = iter(set([1, 2]))
so yeah, this unpacking stuff could certainly use an update.. :-)
Original comment by mark.duf...@gmail.com
on 8 Nov 2011 at 11:35
Original comment by mark.duf...@gmail.com
on 23 Nov 2011 at 1:42
Original comment by mark.duf...@gmail.com
on 11 Jan 2012 at 5:57
Original issue reported on code.google.com by
igor.bro...@gmail.com
on 23 Oct 2011 at 8:10Attachments: