27 May
1999
27 May
'99
9:32 p.m.
Tried to gather data remotely with a ZClient. There is the possibility to give type arguments to the name/keyword pairs. This does not function from the commandline, right? I get a string in every case. Example: python Client.py http://localhost:9222/test/rinfo 'data=[1,2,3]' The real bug is with the file specifier. There is only an open in line 625, this should be an v=open(v).read() or do I miss something? __Janko