Tomas Nordin <tom...@posteo.net> added the comment:

Serhiy Storchaka <rep...@bugs.python.org> writes:

> Serhiy Storchaka <storchaka+cpyt...@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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40329>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to