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

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to