Skip to content

Commit 402f12b

Browse files
committed
We do not support 2.4, not even with CGI :)
1 parent 24c1713 commit 402f12b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243

244244
intersphinx_mapping = {
245245
'http://docs.python.org/dev': None,
246-
'http://werkzeug.pocoo.org/documentation/dev/': None,
246+
'http://werkzeug.pocoo.org/docs/': None,
247247
'http://www.sqlalchemy.org/docs/': None,
248248
'http://wtforms.simplecodes.com/docs/0.5/': None,
249249
'http://discorporate.us/projects/Blinker/docs/1.1/': None

docs/deploying/cgi.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ First you need to create the CGI application file. Let's call it
3131

3232
CGIHandler().run(app)
3333

34-
If you're running Python 2.4 you will need the :mod:`wsgiref` package. Python
35-
2.5 and higher ship this as part of the standard library.
36-
3734
Server Setup
3835
------------
3936

0 commit comments

Comments
 (0)