Dávid Nemeskey <nemesk...@gmail.com> added the comment:

+1. When starting out, I always got confused about this message ("too many 
values to unpack? Does that mean my function returned too many items, which 
could not be unpacked into the expected number? Oh no, the opposite...").

Also, please note that the stack trace usually shows the offending line (e.g. 
x, y, z = fn(...)), so it is easy to see how many values are _expected_. It 
would be even more helpful to (also) show how many we _got_.

----------
nosy: +nemeskeyd

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39816>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to