We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3082752 commit 62de172Copy full SHA for 62de172
doc/xmlrpc.txt
@@ -99,7 +99,7 @@ sample python client
99
::
100
101
>>> import xmlrpclib
102
- >>> roundup_server = xmlrpclib.ServerProxy('http://username:password@localhost:8000', allow_none=True)
+ >>> roundup_server = xmlrpclib.ServerProxy('http://username:password@localhost:8000/xmlrpc', allow_none=True)
103
>>> roundup_server.list('user')
104
['admin', 'anonymous', 'demo']
105
>>> roundup_server.list('issue', 'id')
0 commit comments