Tomas Nordin <[email protected]> added the comment:
Serhiy Storchaka <[email protected]> writes: > Serhiy Storchaka <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue40329> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
