summaryrefslogtreecommitdiffstats
path: root/Misc
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
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')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index bb00e0f..99a250b 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -896,3 +896,4 @@ Uwe Zessin
Tarek Ziadé
Peter Åstrand
Alexander Shigin
+Robert DeVaughn
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