On Thu, Jul 27, 2017 at 2:50 PM, Chris Angelico <[email protected]> wrote:
> On Fri, Jul 28, 2017 at 7:22 AM, Pavol Lisy <[email protected]> wrote: > > maybe: > > for x, y, z from spam: > > print(x, y, z) > > What you're asking for is something like JavaScript's "object > destructuring" syntax. Wasn't there just a big long discussion about something like that on this list? -CHB -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [email protected]
_______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
