Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96023 > unrolled thread
| Started by | "Sven R. Kunze" <srkunze@mail.de> |
|---|---|
| First post | 2015-09-04 16:25 +0200 |
| Last post | 2015-09-04 16:25 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: packing unpacking depends on order. "Sven R. Kunze" <srkunze@mail.de> - 2015-09-04 16:25 +0200
| From | "Sven R. Kunze" <srkunze@mail.de> |
|---|---|
| Date | 2015-09-04 16:25 +0200 |
| Subject | Re: packing unpacking depends on order. |
| Message-ID | <mailman.138.1441376718.8327.python-list@python.org> |
On 04.09.2015 05:36, random832@fastmail.us wrote: > You haven't demonstrated that the RHS is affected by anything. The > sample code in the original post of this thread behaves identically if > the RHS is a simple tuple of (2, 1) [or (1, 2)] respectively. If you > have another sample that shows different behavior please post it. You are right. I was reconstructing the example and see what exactly happened here. Not sure what made me think the assignment would be broken up into its parts. That's definitely not the case. So, everything is fine. Side-effects happening on either side are unavoidable. Best, Sven
Back to top | Article view | comp.lang.python
csiph-web