summaryrefslogtreecommitdiffstats
path: root/Doc/library/xmlrpclib.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-10-21 12:15:05 (GMT)
committerGeorg Brandl <georg@python.org>2007-10-21 12:15:05 (GMT)
commita7395038812b4c24f108c9f90b2b9db90c7f237e (patch)
tree87af05b836ab8f910dfc00c2c33c7e282e6cd28e /Doc/library/xmlrpclib.rst
parente7a0990113873e5f0cc5cac203f47a8dcbda9848 (diff)
downloadcpython-a7395038812b4c24f108c9f90b2b9db90c7f237e.zip
cpython-a7395038812b4c24f108c9f90b2b9db90c7f237e.tar.gz
cpython-a7395038812b4c24f108c9f90b2b9db90c7f237e.tar.bz2
Add :term:s for "new-style class".
Diffstat (limited to 'Doc/library/xmlrpclib.rst')
-rw-r--r--Doc/library/xmlrpclib.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/xmlrpclib.rst b/Doc/library/xmlrpclib.rst
index b3efb5c..1faa891 100644
--- a/Doc/library/xmlrpclib.rst
+++ b/Doc/library/xmlrpclib.rst
@@ -113,8 +113,9 @@ between conformable Python objects and XML on the wire.
The *use_datetime* flag was added.
.. versionchanged:: 2.6
- Instances of new-style classes can be passed in if they have an *__dict__*
- attribute and don't have a base class that is marshalled in a special way.
+ Instances of :term:`new-style class`\es can be passed in if they have an
+ *__dict__* attribute and don't have a base class that is marshalled in a
+ special way.
.. seealso::