Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96006 > unrolled thread
| Started by | random832@fastmail.us |
|---|---|
| First post | 2015-09-03 23:36 -0400 |
| Last post | 2015-09-03 23:36 -0400 |
| 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. random832@fastmail.us - 2015-09-03 23:36 -0400
| From | random832@fastmail.us |
|---|---|
| Date | 2015-09-03 23:36 -0400 |
| Subject | Re: packing unpacking depends on order. |
| Message-ID | <mailman.125.1441337810.8327.python-list@python.org> |
On Thu, Sep 3, 2015, at 19:25, Sven R. Kunze wrote: > You mentioned side-effects. That is true. Right now, however, the > side-effects even fire back to the RHS of the assignment. That is really > weird. To me, and as it seems to some other folks here, the RHS should > be at least independent of the LHS and vice versa. 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.
Back to top | Article view | comp.lang.python
csiph-web