mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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
|
@ -1,10 +1,9 @@
|
|||
from DocXMLRPCServer import DocXMLRPCServer
|
||||
from xmlrpc.server import DocXMLRPCServer
|
||||
import httplib
|
||||
from test import support
|
||||
import threading
|
||||
import time
|
||||
import unittest
|
||||
import xmlrpclib
|
||||
|
||||
PORT = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue