Commit e2caef76 authored by Georg Brandl's avatar Georg Brandl

Add renaming notices to xmlrpc modules.

parent 68d3eb9f
:mod:`DocXMLRPCServer` --- Self-documenting XML-RPC server :mod:`DocXMLRPCServer` --- Self-documenting XML-RPC server
========================================================== ==========================================================
...@@ -7,6 +6,11 @@ ...@@ -7,6 +6,11 @@
.. moduleauthor:: Brian Quinlan <brianq@activestate.com> .. moduleauthor:: Brian Quinlan <brianq@activestate.com>
.. sectionauthor:: Brian Quinlan <brianq@activestate.com> .. sectionauthor:: Brian Quinlan <brianq@activestate.com>
.. note::
The :mod:`DocXMLRPCServer` module has been merged into :mod:`xmlrpc.server`
in Python 3.0. The :term:`2to3` tool will automatically adapt imports when
converting your sources to 3.0.
.. versionadded:: 2.3 .. versionadded:: 2.3
......
:mod:`SimpleXMLRPCServer` --- Basic XML-RPC server :mod:`SimpleXMLRPCServer` --- Basic XML-RPC server
================================================== ==================================================
...@@ -7,6 +6,11 @@ ...@@ -7,6 +6,11 @@
.. moduleauthor:: Brian Quinlan <brianq@activestate.com> .. moduleauthor:: Brian Quinlan <brianq@activestate.com>
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org> .. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
.. note::
The :mod:`SimpleXMLRPCServer` module has been merged into
:mod:`xmlrpc.server` in Python 3.0. The :term:`2to3` tool will automatically
adapt imports when converting your sources to 3.0.
.. versionadded:: 2.2 .. versionadded:: 2.2
......
...@@ -6,6 +6,11 @@ ...@@ -6,6 +6,11 @@
.. moduleauthor:: Fredrik Lundh <fredrik@pythonware.com> .. moduleauthor:: Fredrik Lundh <fredrik@pythonware.com>
.. sectionauthor:: Eric S. Raymond <esr@snark.thyrsus.com> .. sectionauthor:: Eric S. Raymond <esr@snark.thyrsus.com>
.. note::
The :mod:`xmlrpclib` module has been renamed to :mod:`xmlrpc.client` in
Python 3.0. The :term:`2to3` tool will automatically adapt imports when
converting your sources to 3.0.
.. XXX Not everything is documented yet. It might be good to describe .. XXX Not everything is documented yet. It might be good to describe
Marshaller, Unmarshaller, getparser, dumps, loads, and Transport. Marshaller, Unmarshaller, getparser, dumps, loads, and Transport.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment