[issue1690840] xmlrpclib methods submit call on __str__, __repr__

Ralf Schmitt report at bugs.python.org
Thu Jul 3 17:04:30 CEST 2008


Ralf Schmitt <schmir at gmail.com> added the comment:

this is how it looks:

~/pydev/trunk/ python                                              
ralf at red ok
Python 2.6b1+ (trunk, Jul  3 2008, 12:43:37) 
[GCC 4.3.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from xmlrpclib import Server
>>> Server("http://localhost:8000").doit
<xmlrpclib._Method doit <bound method ServerProxy.__request of
<ServerProxy for localhost:8000/RPC2>>>

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1690840>
_______________________________________


More information about the Python-bugs-list mailing list