We do not support 2.4, not even with CGI :)

This commit is contained in:
Armin Ronacher 2011-01-14 00:29:37 +01:00
parent 24c1713ff5
commit 402f12bb6d
2 changed files with 1 additions and 4 deletions

View file

@ -31,9 +31,6 @@ First you need to create the CGI application file. Let's call it
CGIHandler().run(app)
If you're running Python 2.4 you will need the :mod:`wsgiref` package. Python
2.5 and higher ship this as part of the standard library.
Server Setup
------------