Merge pull request #3090 from sblondon/remove-python2-note

Remove Python2 note
This commit is contained in:
Benoit Chesneau 2023-11-18 23:15:01 +01:00 committed by GitHub
commit ca9162d9cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,10 +143,6 @@ signal, as the application code will be shared among workers but loaded only in
the worker processes (unlike when using the preload setting, which loads the
code in the master process).
.. note::
Under Python 2.x, you need to install the 'futures' package to use this
feature.
.. _Greenlets: https://github.com/python-greenlet/greenlet
.. _Eventlet: http://eventlet.net/
.. _Gevent: http://www.gevent.org/