summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGiampaolo RodolĂ  <g.rodola@gmail.com>2010-08-04 10:12:00 (GMT)
committerGiampaolo RodolĂ  <g.rodola@gmail.com>2010-08-04 10:12:00 (GMT)
commitb939235c6aa82ec447c2948851396e4ec781bf5e (patch)
treebe07155da73cce90da0c0291c77944f4e97d24e8 /Misc/NEWS
parentb5c23761d3ef63d596d5f0c1f1e510b30fdf21e1 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 98b8da1..3402cb9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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