Antoine Pitrou <pit...@free.fr> added the comment:

To me this isn't a bug, and the patch introduces incorrect behaviour. If you 
want to store data on an FTP server, you have to provide binary data, not text 
data. The FTP class is not supposed to guess in which charset your data should 
be encoded.

(the "encoding" argument on the FTP class is meant for protocol commands (such 
as file names), not for file contents)

----------
nosy: +pitrou

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

Reply via email to