some classes do not derive from object
Bug #1152310 reported by
Greg Nagel
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
txJSON-RPC |
New
|
Undecided
|
Unassigned |
Bug Description
Some of the classes in the library don't inherit from object, so in python 2, they are old-style classes:
jsonrpc.py: BaseSubhandler, BaseProxy
web/jsonrpc.py: Handler
To post a comment you must log in.