From 237f3e6f5ccfee0355cb468b0f4257092c4d5327 Mon Sep 17 00:00:00 2001 From: sblondon Date: Sat, 11 Nov 2023 23:02:07 +0100 Subject: [PATCH] Remove Python2 note Python2 is not supported anymore. --- docs/source/design.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/source/design.rst b/docs/source/design.rst index cb609cf2f..60e8a39aa 100644 --- a/docs/source/design.rst +++ b/docs/source/design.rst @@ -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/