2013-09-26 17:14:40 +02:00

8 lines
420 B
Plaintext

`multiprocessing` is a back port of the Python 2.6/3.0
`multiprocessing <http://docs.python.org/library/multiprocessing.html>`
package. The multiprocessing package itself is a renamed and updated version
of R Oudkerk's `pyprocessing <http://pypi.python.org/pypi/processing/>`
package.
This standalone variant is intended to be compatible with Python 2.4 and 2.5,
and will draw it's fixes/improvements from python-trunk.