summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-01-22 00:19:41 +0000
committerGregory P. Smith <greg@mad-scientist.com>2008-01-22 00:19:41 +0000
commitc64386b595aa8cd68b0a2432744dc3c1ec27917b (patch)
tree1e23ae397c8ff5341258369f841711729245718e /Misc
parent19d3afc23d2c81320700d44a0c6d59648b1a62d3 (diff)
downloadcpython-git-c64386b595aa8cd68b0a2432744dc3c1ec27917b.tar.gz
accepts and closes issue #1221598: adds an optional callback to ftplib.FTP
storbinary() and storlines() methods.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5084bf915c..2aabfbc9e3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -374,6 +374,9 @@ Core and builtins
Library
-------
+- #1221598: add optional callbacks to ftplib.FTP's storbinary() and
+ storlines() methods. (Contributed by Phil Schwartz)
+
- #1715: include sub-extension modules in pydoc's text output.
- #1836: fix an off-by-one bug in TimedRotatingHandler's rollover