[issue38855] test_unpack.py does not catch the unpacking of a set

Raymond Hettinger report at bugs.python.org
Wed Nov 20 03:00:45 EST 2019


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

I'm also unclear on what you're looking for.  Unpacking is documented to allow any iterable.  This includes all kinds of potentially weird but potentially useful cases including unordered collections, strings, files, etc.  These behaviors are unlikely to change.

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38855>
_______________________________________


More information about the Python-bugs-list mailing list