mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Create xmlrpc package. Issue #2886.
This commit is contained in:
parent
7f986acb01
commit
38eceaaf0c
17 changed files with 462 additions and 668 deletions
|
@ -294,7 +294,7 @@ Batteries Included
|
|||
Python has a "batteries included" philosophy. This is best seen through the
|
||||
sophisticated and robust capabilities of its larger packages. For example:
|
||||
|
||||
* The :mod:`xmlrpclib` and :mod:`SimpleXMLRPCServer` modules make implementing
|
||||
* The :mod:`xmlrpc.client` and :mod:`xmlrpc.server` modules make implementing
|
||||
remote procedure calls into an almost trivial task. Despite the modules
|
||||
names, no direct knowledge or handling of XML is needed.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue