This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients BreamoreBoy, berker.peksag, ezio.melotti, giampaolo.rodola, inc0, lukasz.langa
Date 2015-12-15.18:02:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450202540.1.0.727481311899.issue17055@psf.upfronthosting.co.za>
In-reply-to
Content
ftpcp is undocumented and not part of the public API. It was added(changeset https://hg.python.org/cpython/rev/63cdfbb4a2bb#l1.433) in 1996 and it looks like its code was only touched for whitespace and PEP 8 fixes.

I think we need to decide whether we want this to be documented or not. I'm not familiar with the FTP spec, but some people might find it useful: http://ftputil.sschwarzer.net/trac/ticket/15#comment:5
History
Date User Action Args
2015-12-15 18:02:20berker.peksagsetrecipients: + berker.peksag, giampaolo.rodola, ezio.melotti, BreamoreBoy, lukasz.langa, inc0
2015-12-15 18:02:20berker.peksagsetmessageid: <1450202540.1.0.727481311899.issue17055@psf.upfronthosting.co.za>
2015-12-15 18:02:20berker.peksaglinkissue17055 messages
2015-12-15 18:02:19berker.peksagcreate