[Python-checkins] python/dist/src/Doc/lib libbasehttp.tex, 1.14.18.1, 1.14.18.2

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Jun 9 10:52:03 EDT 2004


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

Modified Files:
      Tag: release23-maint
	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.14.18.1
retrieving revision 1.14.18.2
diff -C2 -d -r1.14.18.1 -r1.14.18.2
*** libbasehttp.tex	29 Apr 2004 02:47:09 -0000	1.14.18.1
--- libbasehttp.tex	9 Jun 2004 14:52:00 -0000	1.14.18.2
***************
*** 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