XML-RPC and Tkinter demo, comments welcome :-)

Fredrik Lundh fredrik at pythonware.com
Sun May 26 18:13:47 EDT 2002


J.Jacob wrote:
> I used xmlrpclib and SimpleXMLRPCServer, both made
> backwards compatible to python 1.5.2

you mean forwards compatible, I suppose?

$ more xmlrpclib.py
...
# also note that this version is designed to work with Python 1.5.1
# or newer. it doesn't use any 1.5.2-specific features.
...

footnote: official xmlrpclib releases, for 1.5.2 and newer, can
be found here: http://effbot.org/downloads/

</F>





More information about the Python-list mailing list