2009-07-21 00:54:08 +08:00
|
|
|
==============================================================================
|
|
|
|
py.execnet: *elastic* distributed programming
|
|
|
|
==============================================================================
|
2008-08-16 23:26:59 +08:00
|
|
|
|
2009-10-02 22:58:57 +08:00
|
|
|
Since pylib 1.1 "py.execnet" is separated out of hte lib and now
|
|
|
|
available through the standalone `execnet standalone package`_.
|
2008-08-16 23:26:59 +08:00
|
|
|
|
2009-10-02 22:58:57 +08:00
|
|
|
If you have usages of the "py.execnet.*" 1.0 API you can likely
|
|
|
|
rename all occurences of the string ``py.execnet.`` with the
|
|
|
|
string ``execnet.``.
|
2009-06-26 23:48:46 +08:00
|
|
|
|
2009-10-02 22:58:57 +08:00
|
|
|
.. _`execnet standalone package`: http://codespeak.net/execnet
|