[Python-Dev] 2.2a3 error messages

Fredrik Lundh fredrik@pythonware.com
Tue, 11 Sep 2001 12:33:27 +0200


maybe it's just me, but I just spent five minutes trying to figure
out why an innocent-looking line of code resulted in an "iter() of
non-sequence" type error.

I finally ran it under 2.1, and immediately realized what was
wrong.

is there any chance of getting the old, far more helpful "unpack
non-sequence" and "loop over non-sequence" error messages
back before 2.2 final?

</F>