[Python-checkins] CVS: python/dist/src/Doc/lib libsimplexmlrpc.tex,1.2,1.3
Fred L. Drake
fdrake@users.sourceforge.net
2001年11月27日 23:32:55 -0800
- Previous message: [Python-checkins] CVS: python/dist/src/Doc/lib libamoeba.tex,1.15,1.16 libbase64.tex,1.19,1.20 libbinascii.tex,1.22,1.23 libbinhex.tex,1.8,1.9 libcalendar.tex,1.12,1.13 libcgi.tex,1.33,1.34 libcurses.tex,1.36,1.37 libdl.tex,1.4,1.5 libexcs.tex,1.42,1.43 libfcntl.tex,1.26,1.27 libfnmatch.tex,1.19,1.20 libgetpass.tex,1.3,1.4 libmailbox.tex,1.23,1.24 libmmap.tex,1.6,1.7 libos.tex,1.70,1.71 libposix.tex,1.60,1.61 libposixfile.tex,1.25,1.26 libposixpath.tex,1.21,1.22 libselect.tex,1.19,1.20 libsite.tex,1.21,1.22 libstat.tex,1.21,1.22 libstdtypes.tex,1.75,1.76 libsys.tex,1.55,1.56 libtelnetlib.tex,1.8,1.9 libtempfile.tex,1.16,1.17 libtermios.tex,1.21,1.22 libthread.tex,1.23,1.24 libtime.tex,1.47,1.48 libtty.tex,1.2,1.3 tkinter.tex,1.3,1.4
- Next message: [Python-checkins] CVS: python/dist/src/Doc/lib libfcntl.tex,1.27,1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv19080/lib
Modified Files:
libsimplexmlrpc.tex
Log Message:
Add synopsis for the SimpleXMLRPCServer module; used in the chapter-level
list of modules.
Index: libsimplexmlrpc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsimplexmlrpc.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** libsimplexmlrpc.tex 2001年09月29日 05:01:59 1.2
--- libsimplexmlrpc.tex 2001年11月28日 07:32:53 1.3
***************
*** 3,6 ****
--- 3,7 ----
\declaremodule{standard}{SimpleXMLRPCServer}
+ \modulesynopsis{Basic XML-RPC server implementation.}
\moduleauthor{Brian Quinlan}{brianq@activestate.com}
\sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org}
- Previous message: [Python-checkins] CVS: python/dist/src/Doc/lib libamoeba.tex,1.15,1.16 libbase64.tex,1.19,1.20 libbinascii.tex,1.22,1.23 libbinhex.tex,1.8,1.9 libcalendar.tex,1.12,1.13 libcgi.tex,1.33,1.34 libcurses.tex,1.36,1.37 libdl.tex,1.4,1.5 libexcs.tex,1.42,1.43 libfcntl.tex,1.26,1.27 libfnmatch.tex,1.19,1.20 libgetpass.tex,1.3,1.4 libmailbox.tex,1.23,1.24 libmmap.tex,1.6,1.7 libos.tex,1.70,1.71 libposix.tex,1.60,1.61 libposixfile.tex,1.25,1.26 libposixpath.tex,1.21,1.22 libselect.tex,1.19,1.20 libsite.tex,1.21,1.22 libstat.tex,1.21,1.22 libstdtypes.tex,1.75,1.76 libsys.tex,1.55,1.56 libtelnetlib.tex,1.8,1.9 libtempfile.tex,1.16,1.17 libtermios.tex,1.21,1.22 libthread.tex,1.23,1.24 libtime.tex,1.47,1.48 libtty.tex,1.2,1.3 tkinter.tex,1.3,1.4
- Next message: [Python-checkins] CVS: python/dist/src/Doc/lib libfcntl.tex,1.27,1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]