From: Neal Norwitz Date: Sun, 11 Jun 2006 05:45:47 +0000 (+0000) Subject: Add versionadded to doc X-Git-Tag: v2.5b1~141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a754a229b408375bc7b939a8adf3452dc8176da6;p=thirdparty%2FPython%2Fcpython.git Add versionadded to doc --- diff --git a/Doc/lib/libwsgiref.tex b/Doc/lib/libwsgiref.tex index d797393786a2..4b12e9d65a5b 100755 --- a/Doc/lib/libwsgiref.tex +++ b/Doc/lib/libwsgiref.tex @@ -5,6 +5,8 @@ Implementation} \sectionauthor{Phillip J. Eby}{pje@telecommunity.com} \modulesynopsis{WSGI Utilities and Reference Implementation} +\versionadded{2.5} + The Web Server Gateway Interface (WSGI) is a standard interface between web server software and web applications written in Python. Having a standard interface makes it easy to use an application