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 vajrasky
Recipients Thibault.Kruse, ezio.melotti, r.david.murray, serhiy.storchaka, vajrasky
Date 2013-09-05.09:22:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378372944.1.0.0582615135564.issue18829@psf.upfronthosting.co.za>
In-reply-to
Content
Attached the patch to accomodate Ezio Melotti's request. The patch now have two separate errors for "wrong type" and "right type, wrong length".

Don't we break compatibility by changing the type of exception from TypeError to ValueError?
History
Date User Action Args
2013-09-05 09:22:24vajraskysetrecipients: + vajrasky, ezio.melotti, r.david.murray, serhiy.storchaka, Thibault.Kruse
2013-09-05 09:22:24vajraskysetmessageid: <1378372944.1.0.0582615135564.issue18829@psf.upfronthosting.co.za>
2013-09-05 09:22:24vajraskylinkissue18829 messages
2013-09-05 09:22:23vajraskycreate