From holger at merlinux.eu Sun May 2 15:12:13 2010 From: holger at merlinux.eu (holger krekel) Date: Sun, 2 May 2010 15:12:13 +0200 Subject: [execnet-dev] execnet-1.0.6 released (jython/win32 and race condition fixes) Message-ID: <20100502131213.GD22675@trillke.net> execnet-1.0.6 is a backward compatible release fixing jython/win32 and general race condition issues. execnet is a small, stable and well documented pure-python library for automatically deploying and interacting with clusters of Python interpreters. It seamlessly instantiates remote interpreters through the 'ssh' command line tool or socket connections. It supports interactions between Python 2.4 through to 3.1, Jython-2.5.1 and pypy-c, therefore enabling generic Python-to-Python bridging. More info here: http://codespeak.net/execnet/ cheers, holger