summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-11-01 08:45:57 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-11-01 08:45:57 (GMT)
commit8f791d358bb1e26144c61a938628731e7e05e596 (patch)
tree34dbf14a0395cec72b5146da4327795a49fd9144 /Misc
parent8906f14a68d6ce19923e29d9e433f44d440324b4 (diff)
downloadcpython-8f791d358bb1e26144c61a938628731e7e05e596.zip
cpython-8f791d358bb1e26144c61a938628731e7e05e596.tar.gz
cpython-8f791d358bb1e26144c61a938628731e7e05e596.tar.bz2
Issue #6623: Remove deprecated Netrc class in the ftplib module.
Patch by Matt Chaput.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 3d49e56..f9fb298 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -233,6 +233,7 @@ Godefroid Chapelle
Brad Chapman
Greg Chapman
Mitch Chapman
+Matt Chaput
Yogesh Chaudhari
David Chaum
Nicolas Chauvat
diff --git a/Misc/NEWS b/Misc/NEWS
index cef3b92..95363fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -180,6 +180,9 @@ Core and Builtins
Library
-------
+- Issue #6623: Remove deprecated Netrc class in the ftplib module. Patch by
+ Matt Chaput.
+
- Issue #17381: Fixed handling of case-insensitive ranges in regular
expressions.