Skip to content

Commit

Permalink
Add renaming notices to xmlrpc modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
birkenfeld committed May 26, 2008
1 parent 68d3eb9 commit e2caef7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Doc/library/docxmlrpcserver.rst
@@ -1,4 +1,3 @@

:mod:`DocXMLRPCServer` --- Self-documenting XML-RPC server
==========================================================

Expand All @@ -7,6 +6,11 @@
.. moduleauthor:: 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

Expand Down
6 changes: 5 additions & 1 deletion Doc/library/simplexmlrpcserver.rst
@@ -1,4 +1,3 @@

:mod:`SimpleXMLRPCServer` --- Basic XML-RPC server
==================================================

Expand All @@ -7,6 +6,11 @@
.. moduleauthor:: Brian Quinlan <brianq@activestate.com>
.. 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

Expand Down
5 changes: 5 additions & 0 deletions Doc/library/xmlrpclib.rst
Expand Up @@ -6,6 +6,11 @@
.. moduleauthor:: Fredrik Lundh <fredrik@pythonware.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
Marshaller, Unmarshaller, getparser, dumps, loads, and Transport.
Expand Down

0 comments on commit e2caef7

Please sign in to comment.