mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Remove Python2 note
Python2 is not supported anymore.
This commit is contained in:
parent
430dcdd997
commit
237f3e6f5c
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user