Changes between Initial Version and Version 3 of Ticket #11814
- Timestamp:
- Jun 11, 2014, 8:16:16 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11814
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
wontfix
-
Property
Status
changed from
-
Ticket #11814 – Description
initial v3 8 8 Bloodhound 0.7 (with trac 1.0.1) 9 9 10 10 {{{#!python 11 11 import xmlrpclib 12 12 server = xmlrpclib.ServerProxy("http://localhost:8000/main/xmlrpc") … … 39 39 server.ticket.get(a) 40 40 # which returns 0 41 }}} 41 42 42 43 I tried those things with the dedicated bloodhound xml rpc plugin and with the trac XMLRPC plugin - both times the same effect.