We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c1713 commit 402f12bCopy full SHA for 402f12b
docs/conf.py
@@ -243,7 +243,7 @@
243
244
intersphinx_mapping = {
245
'http://docs.python.org/dev': None,
246
- 'http://werkzeug.pocoo.org/documentation/dev/': None,
+ 'http://werkzeug.pocoo.org/docs/': None,
247
'http://www.sqlalchemy.org/docs/': None,
248
'http://wtforms.simplecodes.com/docs/0.5/': None,
249
'http://discorporate.us/projects/Blinker/docs/1.1/': None
docs/deploying/cgi.rst
@@ -31,9 +31,6 @@ First you need to create the CGI application file. Let's call it
31
32
CGIHandler().run(app)
33
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
-
37
Server Setup
38
------------
39
0 commit comments