This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author MLModel
Recipients MLModel, georg.brandl
Date 2009-01-21.01:54:24
SpamBayes Score 2.3210328e-05
Marked as misclassified No
Message-id <1232502866.59.0.0196070815621.issue5018@psf.upfronthosting.co.za>
In-reply-to
Content
The datastructures section of the tutorial states with respect to 
"sequence unpacking" that "there is a small bit of asymmetry here: packing 
multiple values always creates a tuple, and unpacking works for any 
sequence". This is too general, as shown by the definition of assignment 
statement target in the simple_stmts section of the reference shows: 
tuples and lists are the only kinds of sequences that can appear on the 
left-hand side of an assignment statement.
History
Date User Action Args
2009-01-21 01:54:26MLModelsetrecipients: + MLModel, georg.brandl
2009-01-21 01:54:26MLModelsetmessageid: <1232502866.59.0.0196070815621.issue5018@psf.upfronthosting.co.za>
2009-01-21 01:54:25MLModellinkissue5018 messages
2009-01-21 01:54:25MLModelcreate