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 serhiy.storchaka
Recipients Camion, eric.smith, r.david.murray, rhettinger, serhiy.storchaka, steven.daprano, terry.reedy
Date 2017-12-16.12:33:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513427594.45.0.213398074469.issue32259@psf.upfronthosting.co.za>
In-reply-to
Content
PR 4903 makes the error message more specific for this case.

>>> a, b = 1
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: cannot unpack int object

I don't know whether it is worth to do this change.
History
Date User Action Args
2017-12-16 12:33:14serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, eric.smith, steven.daprano, r.david.murray, Camion
2017-12-16 12:33:14serhiy.storchakasetmessageid: <1513427594.45.0.213398074469.issue32259@psf.upfronthosting.co.za>
2017-12-16 12:33:14serhiy.storchakalinkissue32259 messages
2017-12-16 12:33:14serhiy.storchakacreate