]> granicus.if.org Git - python/commit
Patch #1682205: a TypeError while unpacking an iterable is no longer
authorGeorg Brandl <georg@python.org>
Wed, 21 Mar 2007 09:00:39 +0000 (09:00 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 21 Mar 2007 09:00:39 +0000 (09:00 +0000)
commit5cb76c19ba5b22b926f69d017a79eb2de296785a
tree9639fde5cf123ca2c93ff4fafe74d5a6d3535573
parentaa754b70b051ed683c6e548e2f376b55a75af9b9
Patch #1682205: a TypeError while unpacking an iterable is no longer
masked by a generic one with the message "unpack non-sequence".
Lib/test/test_unpack.py
Misc/NEWS
Python/ceval.c