Jython - how much python is it supporting?

C

codecraig

I am wondering, how much Python does Jython support? I ask because I
tried to use xmlrpclib in Jython...but to my surprise it wasn't there.
So, with fingers crossed, I copied xmlrpclib.py from my Python24
directory into my Jython\LIB directory, and wa-la it worked.

Any ideas on what Jython does and does not support? And, any idea how
I can tell someone about xmlrpclib?

thanks
 
S

Simon Brunning

Any ideas on what Jython does and does not support? And, any idea how
I can tell someone about xmlrpclib?

Jython supports pure python (i.e.no C extensions) as at Python 2.1,
more or less.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,235
Messages
2,571,181
Members
47,817
Latest member
BartHeckma

Latest Threads

Top