Changes between Initial Version and Version 3 of Ticket #11814


Ignore:
Timestamp:
Jun 11, 2014, 8:16:16 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11814

    • Property Status changed from new to closed
    • Property Resolution changed from to wontfix
  • Ticket #11814 – Description

    initial v3  
    88Bloodhound 0.7 (with trac 1.0.1)
    99
    10 
     10{{{#!python
    1111import xmlrpclib
    1212server = xmlrpclib.ServerProxy("http://localhost:8000/main/xmlrpc")
     
    3939server.ticket.get(a)
    4040# which returns 0
     41}}}
    4142
    4243I tried those things with the dedicated bloodhound xml rpc plugin and with the trac XMLRPC plugin - both times the same effect.