]> 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:28 +0000 (22:10 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 14 Dec 2015 06:10:28 +0000 (22:10 -0800)
commitf1b3134d28d76a00926cff8b38bdf922292b101a
tree11da3889d448e8f939bd8aac64841f05c96789d7
parent6edadfc9ca0934324e517fc9f9bdd902319825df
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.
Doc/library/ftplib.rst