execnet-1.0.0b3: fixes, added sets/long support

holger krekel holger at merlinux.eu
Tue Nov 10 01:00:36 CET 2009


Hi all, 

execnet is a small package for ad-hoc instantiating local or
remote Python processes, exchanging structured data between 
and also comes with a pure-python efficient rsync protocol.

execnet-1.0.0b3 adds fixes and support for sets/longs 
serialization and a new "remote_status()" method for
getting execution info.  See also the improved docs

    http://codespeak.net/execnet/trunk/

and below the changelog. Feel welcome to join 
the mailing list if you have questions or suggestions -
i plan to work on execnet a lot in the next weeks.

have fun,
holger

1.0.0b3
--------------------------------

* fix EXECNET_DEBUG to work with win32
* add support for serializing longs, sets and frozensets
  (thanks Benjamin Peterson)
* introduce remote_status() method which on the low level gives
  information about the remote side of a gateway
* disallow explicit close in remote_exec situation
* perform some more detailed tracing with EXECNET_DEBUG


More information about the Python-announce-list mailing list