-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Description
Can this library be supported to work for Python 3.x if certain issues are fixed? The following are the basic issues I have found. There are no compilation issues.
jsonrpc.py:
from xmlrpclib becomes from xmlrpc.client.
from httplib import HTTP, HTTPConnection becomes from http.client import HTTPConnection
SimpleJSONRPCServer.py:
SimpleXMLRPCServer becomes xmlrpc.server
ServerSocket becomes serversocket
Line 62: except Exception, e: becomes except Exception as e:
Any other changes I am missing?
Metadata
Metadata
Assignees
Labels
No labels