Skip to content

Commit

Permalink
Merge pull request #3090 from sblondon/remove-python2-note
Browse files Browse the repository at this point in the history
Remove Python2 note
  • Loading branch information
benoitc authored Nov 18, 2023
2 parents 571b6ff + 237f3e6 commit ca9162d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/source/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit ca9162d

Please sign in to comment.