projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
605bdae
)
Fixed a markup in docs.
author
Serhiy Storchaka
<storchaka@gmail.com>
Sun, 11 Sep 2016 13:47:59 +0000
(16:47 +0300)
committer
Serhiy Storchaka
<storchaka@gmail.com>
Sun, 11 Sep 2016 13:47:59 +0000
(16:47 +0300)
Doc/library/xmlrpc.client.rst
patch
|
blob
|
history
diff --git
a/Doc/library/xmlrpc.client.rst
b/Doc/library/xmlrpc.client.rst
index feafef88cdb36091a578c87e3fa17edd69ef7db4..48d5a6ef55285933c1d35dfc030b9c273681459a 100644
(file)
--- a/
Doc/library/xmlrpc.client.rst
+++ b/
Doc/library/xmlrpc.client.rst
@@
-144,7
+144,7
@@
between conformable Python objects and XML on the wire.
Added the *context* argument.
.. versionchanged:: 3.6
- Added support of type tags with prefixes (e.g.``ex:nil``).
+ Added support of type tags with prefixes (e.g.
``ex:nil``).
Added support of unmarsalling additional types used by Apache XML-RPC
implementation for numerics: ``i1``, ``i2``, ``i8``, ``biginteger``,
``float`` and ``bigdecimal``.