| 
Ran
 | 
Jobs
1
 | 
Files
37
 | 
Run time
1min
 | 
Badge
 
README BADGES
 | 
push
github
Update wire-protocol.md to have working Python3 code examples (#6058) The document was updated in f785993f2 to use Python 3, however the examples were left unchanged. In Python 3, `xmlrpclib` does not exist, it has been replaced by the `xmlrpc` module (specifically in this case `xmlrpclib.Server` has been replaced by `xmlrpc.client.ServerProxy`). Additionally, the `python-jsonrpc` package has not been ported to Python 3, and as such is unavailable. There is no direct replacement, however a combination of the `jsonrpcclient` package and the `requests` packages provide a reasonable solution. This commit updates the examples appropriately so they function in Python 3.
3462 of 4423 relevant lines covered (78.27%)
0.78 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | python3.11 - 11367759743.1 | 37 | 
78.27 | GitHub Action Run | 
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | 
|---|
