diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2006-01-11 00:18:43 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2006-01-11 00:18:43 (GMT) |
commit | 5b093a0b730792017ed6ba058743f2173bca5b78 (patch) | |
tree | 3d84b74da60a642af564a413c02a6daad3d0377d /Doc/lib | |
parent | 049fd9003da4e1487107000f8ada148642d789ff (diff) | |
download | cpython-5b093a0b730792017ed6ba058743f2173bca5b78.zip cpython-5b093a0b730792017ed6ba058743f2173bca5b78.tar.gz cpython-5b093a0b730792017ed6ba058743f2173bca5b78.tar.bz2 |
added a missing +\versionadded{2.2} tag
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libsimplexmlrpc.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libsimplexmlrpc.tex b/Doc/lib/libsimplexmlrpc.tex index e4ca0ea..a25cabf 100644 --- a/Doc/lib/libsimplexmlrpc.tex +++ b/Doc/lib/libsimplexmlrpc.tex @@ -6,6 +6,7 @@ \moduleauthor{Brian Quinlan}{brianq@activestate.com} \sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org} +\versionadded{2.2} The \module{SimpleXMLRPCServer} module provides a basic server framework for XML-RPC servers written in Python. Servers can either |