]> 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:55 +0000 (09:00 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 21 Mar 2007 09:00:55 +0000 (09:00 +0000)
commit8a10ea4613e0bbcd067609d8d205b6ca71420f08
treece699f66f28ffb893f154c34d5908b1077e04990
parentf94e89c57801ffdc17c7246704c7e1c41bbc4791
Patch #1682205: a TypeError while unpacking an iterable is no longer
masked by a generic one with the message "unpack non-sequence".
 (backport from rev. 54480)
Lib/test/test_unpack.py
Misc/NEWS
Python/ceval.c