summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2006-01-11 00:18:43 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2006-01-11 00:18:43 (GMT)
commit5b093a0b730792017ed6ba058743f2173bca5b78 (patch)
tree3d84b74da60a642af564a413c02a6daad3d0377d /Doc
parent049fd9003da4e1487107000f8ada148642d789ff (diff)
downloadcpython-5b093a0b730792017ed6ba058743f2173bca5b78.zip
cpython-5b093a0b730792017ed6ba058743f2173bca5b78.tar.gz
cpython-5b093a0b730792017ed6ba058743f2173bca5b78.tar.bz2
added a missing +\versionadded{2.2} tag
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libsimplexmlrpc.tex1
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