Skip to content

Commit ca9162d

Browse files
authored
Merge pull request #3090 from sblondon/remove-python2-note
Remove Python2 note
2 parents 571b6ff + 237f3e6 commit ca9162d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/source/design.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@ signal, as the application code will be shared among workers but loaded only in
143143
the worker processes (unlike when using the preload setting, which loads the
144144
code in the master process).
145145

146-
.. note::
147-
Under Python 2.x, you need to install the 'futures' package to use this
148-
feature.
149-
150146
.. _Greenlets: https://github.com/python-greenlet/greenlet
151147
.. _Eventlet: http://eventlet.net/
152148
.. _Gevent: http://www.gevent.org/

0 commit comments

Comments
 (0)