diff options
Diffstat (limited to 'network/uwsgi/README')
-rw-r--r-- | network/uwsgi/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/uwsgi/README b/network/uwsgi/README index d65adf3a69..237dee5845 100644 --- a/network/uwsgi/README +++ b/network/uwsgi/README @@ -10,6 +10,6 @@ uWSGI is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. -This script builds plugins for Python 2.6, Python 3.2 (optional, pass -PYTHON32=yes to enable; requires python3 to be installed), Perl PSGI -(disabled, works only with Perl from -current), and Ruby Rack. +This script builds plugins for Python 2.x, Python 3.x (optional, pass +PYTHON3=yes to enable; requires python3 to be installed), Perl PSGI, and +Ruby Rack. |