diff options
author | Georg Brandl <georg@python.org> | 2008-09-07 17:00:17 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-09-07 17:00:17 (GMT) |
commit | 0f3629d913a608f43ba115064f03ad3c9f1f21ec (patch) | |
tree | 98336a8c947ccfe33605c77886f15fa7ae927872 /Doc/howto/index.rst | |
parent | cc023f1194da700b36c424a66fc185051b0ac259 (diff) | |
download | cpython-0f3629d913a608f43ba115064f03ad3c9f1f21ec.zip cpython-0f3629d913a608f43ba115064f03ad3c9f1f21ec.tar.gz cpython-0f3629d913a608f43ba115064f03ad3c9f1f21ec.tar.bz2 |
Add a new howto about Python and the web, by Marek Kubica.
Diffstat (limited to 'Doc/howto/index.rst')
-rw-r--r-- | Doc/howto/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/howto/index.rst b/Doc/howto/index.rst index 68aab60..5a1f397 100644 --- a/Doc/howto/index.rst +++ b/Doc/howto/index.rst @@ -21,4 +21,5 @@ Currently, the HOWTOs are: sockets.rst unicode.rst urllib2.rst + webservers.rst |