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 larry
Recipients christian.heimes, jftuga, larry, serhiy.storchaka, vstinner
Date 2012-09-20.21:43:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348177415.05.0.535891661599.issue15972@psf.upfronthosting.co.za>
In-reply-to
Content
Patch looks like it'll work fine.  But please add regression tests checking that the error message is what we want.

Are the new error messages okay with the OP?  It looks like now it'll throw TypeError("argument must be string, bytes or integer, not list").

                                                            v
I'd personally prefer the Oxford Comma there ("string, bytes, or integer").  But I don't know if there is a style preference one way or the other in Python error messages.
History
Date User Action Args
2012-09-20 21:43:35larrysetrecipients: + larry, vstinner, christian.heimes, serhiy.storchaka, jftuga
2012-09-20 21:43:35larrysetmessageid: <1348177415.05.0.535891661599.issue15972@psf.upfronthosting.co.za>
2012-09-20 21:43:34larrylinkissue15972 messages
2012-09-20 21:43:33larrycreate