diff options
| author | Andrew M. Kuchling <amk@amk.ca> | 2006-11-10 14:39:17 (GMT) |
|---|---|---|
| committer | Andrew M. Kuchling <amk@amk.ca> | 2006-11-10 14:39:17 (GMT) |
| commit | 6d974784491d6894fbb69a7a8e7c45c68adbb520 (patch) | |
| tree | f98026754dfd8980f018b778bbf8bb64d9939316 | |
| parent | 7ea928c452e2baaa929e5a078d796ece3720e765 (diff) | |
| download | cpython-6d974784491d6894fbb69a7a8e7c45c68adbb520.zip cpython-6d974784491d6894fbb69a7a8e7c45c68adbb520.tar.gz cpython-6d974784491d6894fbb69a7a8e7c45c68adbb520.tar.bz2 | |
[Feature request #1542920] Link to wsgi.org
| -rwxr-xr-x | Doc/lib/libwsgiref.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libwsgiref.tex b/Doc/lib/libwsgiref.tex index 4b12e9d..37ded9f 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. |
