released: RPyC 2.60
sebulba
tomerfiliba at gmail.com
Fri May 19 15:49:38 CEST 2006
Remote Python Call (RPyC) 2.60 has been released.
changelog:
* added: __version__ to the package (i.e., assert Rpyc.__version__
> (2,50))
* added deliver, the counterpart of obtain()
* deliver and obtain now support transfering functions
* added DeliveringNamespace
* added isproxy
* improvements to the isinstance/issubclass mechanism
* improved memory consumption with __slots__ to all objects
(proxies can be plentiful, so it's better to keep them small)
* fix: SecSocketConnection now raises LoginError instead of
tlslite's internal errors
see the release notes (on the website) for more info
home:
http://rpyc.wikispaces.com
-tomer
More information about the Python-announce-list
mailing list