[Python-checkins] python/dist/src/Doc/lib libbasehttp.tex, 1.15, 1.16

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Jun 9 10:50:22 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30746

Modified Files:
	libbasehttp.tex 
Log Message:
make a reference to the SimpleHTTPServer module a hyperlink to the
docs


Index: libbasehttp.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libbasehttp.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** libbasehttp.tex	29 Apr 2004 02:47:38 -0000	1.15
--- libbasehttp.tex	9 Jun 2004 14:50:19 -0000	1.16
***************
*** 15,19 ****
  (Web servers). Usually, this module isn't used directly, but is used
  as a basis for building functioning Web servers. See the
! \module{SimpleHTTPServer}\refstmodindex{SimpleHTTPServer} and
  \refmodule{CGIHTTPServer}\refstmodindex{CGIHTTPServer} modules.
  
--- 15,19 ----
  (Web servers). Usually, this module isn't used directly, but is used
  as a basis for building functioning Web servers. See the
! \refmodule{SimpleHTTPServer}\refstmodindex{SimpleHTTPServer} and
  \refmodule{CGIHTTPServer}\refstmodindex{CGIHTTPServer} modules.
  




More information about the Python-checkins mailing list