]> granicus.if.org Git - python/commit
Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst()
authorGregory P. Smith <greg@krypto.org>
Mon, 14 Dec 2015 06:10:58 +0000 (22:10 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 14 Dec 2015 06:10:58 +0000 (22:10 -0800)
commit60889d12381409edefcc98d33388ea6ae9a60478
tree52c4f3d28eead78a2be80e442d2f1113513d105f
parentfcbdf9906ba1ee0fcb53ff1a8afaaa933a92a56f
parentf1b3134d28d76a00926cff8b38bdf922292b101a
Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst()
APIs into a note that mlsd() is a nicer API if the server supports
it.  They aren't deprecated, they are all different server commands.
Not all servers support all commands.