summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-11-10 14:39:01 +0000
committerAndrew M. Kuchling <amk@amk.ca>2006-11-10 14:39:01 +0000
commit48b10075424e6970337e819a7819e150142016ad (patch)
tree99fdfa475bcce2b9d3aa8eb46cc3c1eeca69f2ca
parent77c7ac26b78cfe605960390627399ad4b64ed4f0 (diff)
downloadcpython-git-48b10075424e6970337e819a7819e150142016ad.tar.gz
[Feature request #1542920] Link to wsgi.org
-rwxr-xr-xDoc/lib/libwsgiref.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libwsgiref.tex b/Doc/lib/libwsgiref.tex
index 4b12e9d65a..37ded9fdae 100755
--- a/Doc/lib/libwsgiref.tex
+++ b/Doc/lib/libwsgiref.tex
@@ -26,8 +26,9 @@ checks WSGI servers and applications for conformance to the
WSGI specification (\pep{333}).
% XXX If you're just trying to write a web application...
-% XXX should create a URL on python.org to point people to.
+See \url{http://www.wsgi.org} for more information about WSGI,
+and links to tutorials and other resources.