[Zope-dev] Bug in Client.py?
jhauser@ifm.uni-kiel.de
jhauser@ifm.uni-kiel.de
Thu, 27 May 1999 23:32:27 +0200 (CEST)
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