STINNER Victor added the comment:

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.

----------
nosy: +eric.araujo, haypo, tarek

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19610>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to