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 rhettinger
Recipients Ylem, rhettinger, zach.ware
Date 2019-11-20.08:00:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574236845.85.0.582511833911.issue38855@roundup.psfhosted.org>
In-reply-to
Content
I'm also unclear on what you're looking for.  Unpacking is documented to allow any iterable.  This includes all kinds of potentially weird but potentially useful cases including unordered collections, strings, files, etc.  These behaviors are unlikely to change.
History
Date User Action Args
2019-11-20 08:00:45rhettingersetrecipients: + rhettinger, zach.ware, Ylem
2019-11-20 08:00:45rhettingersetmessageid: <1574236845.85.0.582511833911.issue38855@roundup.psfhosted.org>
2019-11-20 08:00:45rhettingerlinkissue38855 messages
2019-11-20 08:00:45rhettingercreate