[Python-checkins] r52725 - python/trunk/Doc/lib/libwsgiref.tex
andrew.kuchling
python-checkins at python.org
Fri Nov 10 15:39:01 CET 2006
Author: andrew.kuchling
Date: Fri Nov 10 15:39:01 2006
New Revision: 52725
Modified:
python/trunk/Doc/lib/libwsgiref.tex
Log:
[Feature request #1542920] Link to wsgi.org
Modified: python/trunk/Doc/lib/libwsgiref.tex
==============================================================================
--- python/trunk/Doc/lib/libwsgiref.tex (original)
+++ python/trunk/Doc/lib/libwsgiref.tex Fri Nov 10 15:39:01 2006
@@ -26,8 +26,9 @@
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.
More information about the Python-checkins
mailing list