]> granicus.if.org Git - python/commit
Issue 12139: add CCC command support to FTP_TLS class to revert the SSL connection...
authorGiampaolo Rodola' <g.rodola@gmail.com>
Mon, 27 Jun 2011 09:17:51 +0000 (11:17 +0200)
committerGiampaolo Rodola' <g.rodola@gmail.com>
Mon, 27 Jun 2011 09:17:51 +0000 (11:17 +0200)
commit096dcb1eff251071815b22f2c99512df25fa5ed6
tree5b5d87ea028a492f5a781475c1274eff515a6605
parent504783975bcf12e6c70d2f4193ff821e475d44a7
Issue 12139: add CCC command support to FTP_TLS class to revert the SSL connection back to clear-text.
Doc/library/ftplib.rst
Doc/whatsnew/3.3.rst
Lib/ftplib.py
Lib/test/test_ftplib.py