ANN: pyftpdlib 1.5.4 released
Giampaolo Rodola'
g.rodola at gmail.com
Fri May 4 17:07:41 EDT 2018
Hello all,
I'm glad to announce the release of pyftpdlib 1.5.4:
https://github.com/giampaolo/pyftpdlib
About
=====
Python FTP server library provides a high-level portable interface to
easily write very efficient, scalable and asynchronous FTP servers with
Python.
What's new
==========
**Enhancements**
- #463: FTPServer class can now be used as a context manager.
**Bug fixes**
- #431: Ctrl-C doesn't exit `python -m pyftpdlib` on Windows.
- #436: ThreadedFTPServer.max_cons is evaluated threading.activeCount(). If
the user uses threads of its own it will consume the number of max_cons.
- #447: ThreadedFTPServer and MultiprocessFTPServer do not join() tasks
which
are no longer consuming resources.
Links
=====
- Home page: https://github.com/giampaolo/pyftpdlib
- Download: https://pypi.python.org/pypi/pyftpdlib
- Documentation: http://pyftpdlib.readthedocs.io
- What's new: https://github.com/giampaolo/pyftpdlib/blob/master/HISTORY.rst
--
Giampaolo - http://grodola.blogspot.com
More information about the Python-announce-list
mailing list