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 tomnor
Recipients serhiy.storchaka, tomnor
Date 2020-04-19.18:59:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <875zdvnvxc.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me>
In-reply-to <1587307915.95.0.677793805868.issue40329@roundup.psfhosted.org>
Content
Serhiy Storchaka <report@bugs.python.org> writes:

> Serhiy Storchaka <storchaka+cpython@gmail.com> added the comment:
>
> 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.

Yes! Thanks, sorry for the noise.
History
Date User Action Args
2020-04-19 18:59:46tomnorsetrecipients: + tomnor, serhiy.storchaka
2020-04-19 18:59:46tomnorlinkissue40329 messages
2020-04-19 18:59:46tomnorcreate