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 martin.panter
Recipients martin.panter, skip.montanaro, steven.daprano, ulaganathanm123@gmail.com, wiggin15, worr
Date 2015-04-15.04:15:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429071313.27.0.395490223431.issue23949@psf.upfronthosting.co.za>
In-reply-to
Content
Either option would be an improvement. I think I prefer issue23949.diff by Arnon. I guess it would then look like this:

>>> name,shares,price,date,value = data
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: not enough values to unpack (expected 5, got 4)
History
Date User Action Args
2015-04-15 04:15:13martin.pantersetrecipients: + martin.panter, skip.montanaro, steven.daprano, wiggin15, worr, ulaganathanm123@gmail.com
2015-04-15 04:15:13martin.pantersetmessageid: <1429071313.27.0.395490223431.issue23949@psf.upfronthosting.co.za>
2015-04-15 04:15:13martin.panterlinkissue23949 messages
2015-04-15 04:15:13martin.pantercreate