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 serhiy.storchaka
Recipients serhiy.storchaka, tomnor
Date 2020-04-19.14:51:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587307915.95.0.677793805868.issue40329@roundup.psfhosted.org>
In-reply-to
Content
It is all correct. Note that set is unordered, so "element #0" can be 1, and can be "one". If it is 1, you get a type error. If it is "one", which is a sequence with length 3, you get a value error.
History
Date User Action Args
2020-04-19 14:51:55serhiy.storchakasetrecipients: + serhiy.storchaka, tomnor
2020-04-19 14:51:55serhiy.storchakasetmessageid: <1587307915.95.0.677793805868.issue40329@roundup.psfhosted.org>
2020-04-19 14:51:55serhiy.storchakalinkissue40329 messages
2020-04-19 14:51:55serhiy.storchakacreate