This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jml
Recipients jml
Date 2008-06-10.02:06:04
SpamBayes Score 4.7403428e-05
Marked as misclassified No
Message-id <1213063566.77.0.933941671492.issue3071@psf.upfronthosting.co.za>
In-reply-to
Content
Here's the current message:

Python 2.5.2 (r252:60911, Apr 21 2008, 11:12:42) 
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> [foo] = [2, 3]
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: too many values to unpack

It would be good if the message of the ValueError contained information
about how many values were expected and how many values were given.
History
Date User Action Args
2008-06-10 02:06:07jmlsetspambayes_score: 4.74034e-05 -> 4.7403428e-05
recipients: + jml
2008-06-10 02:06:06jmlsetspambayes_score: 4.74034e-05 -> 4.74034e-05
messageid: <1213063566.77.0.933941671492.issue3071@psf.upfronthosting.co.za>
2008-06-10 02:06:05jmllinkissue3071 messages
2008-06-10 02:06:04jmlcreate