]> granicus.if.org Git - python/commitdiff
Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.
authorBerker Peksag <berker.peksag@gmail.com>
Wed, 8 Oct 2014 10:15:36 +0000 (13:15 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 8 Oct 2014 10:15:36 +0000 (13:15 +0300)
The correct parameter name is "fp", not "file".


Trivial merge