06.03.2011 13:29, Tomer Filiba kirjoitti:
i merged the patches that alex and jerome have submitted for jython
and ironpython support.
could someone please confirm that the latest code (in the repo) runs
fine under jython and ironpython?
also, alex, a few questions please:
* why did you put "zip_ok = False" in setup.py?
* does setting "use_2to3 = True" in setup.py does the trick? is it all
that's necessary?
Brine at least needs some modifications to account for the new and
modified types in Python 3, including int and long being unified to int,
and unicode -> str and the new "bytes" type. If a Python 2.x interpreter
sends a message containing a str and a unicode object to a Python 3.x
interpreter, they should probably come out as bytes and str
respectively. Integers coming from Python 3 should either come out on
Python 2 as longs, or ints/longs based on the value.
also, as alex suggested, i integrated SSL support into rpyc. i will
port tlslite to python 2.7 and 3.2,
but it's now considered deprecated, and will be replaced by layer5
later on.
thanks,
-tomer
An NCO and a Gentleman