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 vstinner
Recipients berker.peksag, eric.araujo, tarek, vstinner
Date 2013-11-15.11:51:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384516282.86.0.87852383302.issue19610@psf.upfronthosting.co.za>
In-reply-to
Content
I never undersood why, but classifiers must be a list, not a tuple. This is a bug in my opinion.

upload.upload_file() doesn't check if the tuple contains exactly 2 items. If the value is a tuple, it doesn't encode the value. This is another bug. I don't know in which cases a value should be a (key, value) tuple.
History
Date User Action Args
2013-11-15 11:51:22vstinnersetrecipients: + vstinner, tarek, eric.araujo, berker.peksag
2013-11-15 11:51:22vstinnersetmessageid: <1384516282.86.0.87852383302.issue19610@psf.upfronthosting.co.za>
2013-11-15 11:51:22vstinnerlinkissue19610 messages
2013-11-15 11:51:22vstinnercreate