diff options
author | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-08-04 10:12:00 (GMT) |
---|---|---|
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-08-04 10:12:00 (GMT) |
commit | b939235c6aa82ec447c2948851396e4ec781bf5e (patch) | |
tree | be07155da73cce90da0c0291c77944f4e97d24e8 /Misc/NEWS | |
parent | b5c23761d3ef63d596d5f0c1f1e510b30fdf21e1 (diff) | |
download | cpython-b939235c6aa82ec447c2948851396e4ec781bf5e.zip cpython-b939235c6aa82ec447c2948851396e4ec781bf5e.tar.gz cpython-b939235c6aa82ec447c2948851396e4ec781bf5e.tar.bz2 |
fix issue #6822: ftplib's storline method doesn't work with text files
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ 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 |