Author gvanrossum
Recipients
Date 2007-07-17.19:15:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
You're right, it's ugly. I wonder if it makes more sense to change the makefile() call to use 'r' for the mode, and adjust the various put* methods to convert their argument to bytes?  We could use "ASCII", "Latin-1" or "UTF-8" for encoding, I don't really know if there are ftp servers that do anything with non-ASCII characters or encodings.  Maybe adding the encoding as an option would be useful.
History
Date User Action Args
2007-08-23 15:59:13adminlinkissue1755206 messages
2007-08-23 15:59:13admincreate