diff options
| author | Gregory P. Smith <greg@mad-scientist.com> | 2008-01-22 00:19:41 +0000 |
|---|---|---|
| committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-01-22 00:19:41 +0000 |
| commit | c64386b595aa8cd68b0a2432744dc3c1ec27917b (patch) | |
| tree | 1e23ae397c8ff5341258369f841711729245718e /Misc | |
| parent | 19d3afc23d2c81320700d44a0c6d59648b1a62d3 (diff) | |
| download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
