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 ezio.melotti
Recipients Thibault.Kruse, ezio.melotti, r.david.murray, serhiy.storchaka, vajrasky
Date 2013-09-04.18:59:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378321140.76.0.138473791804.issue18829@psf.upfronthosting.co.za>
In-reply-to
Content
IMHO the error should say """TypeError: "delimiter" must be an 1-character string, not bytes""".
We could also have two separate errors for "wrong type" and "right type, wrong length" (this would be a ValueError though).
History
Date User Action Args
2013-09-04 18:59:00ezio.melottisetrecipients: + ezio.melotti, r.david.murray, serhiy.storchaka, Thibault.Kruse, vajrasky
2013-09-04 18:59:00ezio.melottisetmessageid: <1378321140.76.0.138473791804.issue18829@psf.upfronthosting.co.za>
2013-09-04 18:59:00ezio.melottilinkissue18829 messages
2013-09-04 18:59:00ezio.melotticreate