summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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