Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49379c0

Browse files
committed
mention new MLSD support for ftplib in 3.3 whatsnew
1 parent 15c8849 commit 49379c0

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

Doc/whatsnew/3.3.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,13 +1228,18 @@ API changes
12281228
ftplib
12291229
------
12301230

1231-
The :class:`~ftplib.FTP_TLS` class now provides a new
1232-
:func:`~ftplib.FTP_TLS.ccc` function to revert control channel back to
1233-
plaintext. This can be useful to take advantage of firewalls that know how to
1234-
handle NAT with non-secure FTP without opening fixed ports.
1231+
* The :class:`~ftplib.FTP_TLS` class now provides a new
1232+
:func:`~ftplib.FTP_TLS.ccc` function to revert control channel back to
1233+
plaintext. This can be useful to take advantage of firewalls that know how to
1234+
handle NAT with non-secure FTP without opening fixed ports.
12351235

1236-
(Contributed by Giampaolo Rodolà in :issue:`12139`)
1236+
(Contributed by Giampaolo Rodolà in :issue:`12139`)
12371237

1238+
* Added :meth:`ftplib.FTP.mlsd` method which provides a parsable directory
1239+
listing format and deprecates :meth:`ftplib.FTP.nlst` and
1240+
:meth:`ftplib.FTP.dir`.
1241+
1242+
(Contributed by Giampaolo Rodolà in :issue:`11072`)
12381243

12391244
gc
12401245
--

0 commit comments

Comments
 (0)