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 zach.ware
Recipients Ylem, zach.ware
Date 2019-11-20.03:53:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574222029.2.0.0309593302797.issue38855@roundup.psfhosted.org>
In-reply-to
Content
It's not clear what you're asking for here.  Your example works, though the contents of `a` and `c` will each be an arbitrary member of S and `b` the rest of the members of S and you have no guarantee of what you'll get.  If you want to be sure of what each name will be attached to, just do `a, *b, c = sorted(S)`.
History
Date User Action Args
2019-11-20 03:53:49zach.waresetrecipients: + zach.ware, Ylem
2019-11-20 03:53:49zach.waresetmessageid: <1574222029.2.0.0309593302797.issue38855@roundup.psfhosted.org>
2019-11-20 03:53:49zach.warelinkissue38855 messages
2019-11-20 03:53:49zach.warecreate