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.

----------
nosy: +serhiy.storchaka
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
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