diff options
author | Giampaolo Rodolà <g.rodola@gmail.com> | 2010-08-04 10:36:18 (GMT) |
---|---|---|
committer | Giampaolo Rodolà <g.rodola@gmail.com> | 2010-08-04 10:36:18 (GMT) |
commit | f96482e91a1e1806a3d17b18a1307bbd67d30c15 (patch) | |
tree | 0a803ada36625a91dac3434db0f0fe33bfee8440 /Misc | |
parent | 226e945fe5da51658017e0d216f1d4ddae645fce (diff) | |
download | cpython-f96482e91a1e1806a3d17b18a1307bbd67d30c15.zip cpython-f96482e91a1e1806a3d17b18a1307bbd67d30c15.tar.gz cpython-f96482e91a1e1806a3d17b18a1307bbd67d30c15.tar.bz2 |
as per discussion with antoine revert changes made in 83708 as the user useing ftplib's readline methods is supposed to always use a binary file
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 0 insertions, 3 deletions
@@ -896,4 +896,3 @@ Uwe Zessin Tarek Ziadé Peter Åstrand Alexander Shigin -Robert DeVaughn @@ -37,8 +37,6 @@ Extensions Library ------- -- Issue #6822: ftplib's storlines method doesn't work with text files. - - Issue #2944: asyncore doesn't handle connection refused correctly. - Issue #4184: Private attributes on smtpd.SMTPChannel made public and |