diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-11-01 08:45:57 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-11-01 08:45:57 (GMT) |
commit | 8f791d358bb1e26144c61a938628731e7e05e596 (patch) | |
tree | 34dbf14a0395cec72b5146da4327795a49fd9144 /Misc | |
parent | 8906f14a68d6ce19923e29d9e433f44d440324b4 (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -233,6 +233,7 @@ Godefroid Chapelle Brad Chapman Greg Chapman Mitch Chapman +Matt Chaput Yogesh Chaudhari David Chaum Nicolas Chauvat @@ -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. |