commit | 52b8976a033073963078d8c38447c5126dfb39ce | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jul 17 20:45:57 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Jul 17 20:45:57 2007 +0000 |
tree | 1cb8ff1a8dd46998d0d74cbc33824d8ef2c7fa98 | |
parent | 93adc5dfaf23c197be99fd133754ed8858749767 [diff] |
Minimal changes to make ftplib work. Basically, this opens the stream in text mode and encodes commands being sent. The default encoding is ASCII, there's a class/instance variable 'encoding' you could set to change it.