pkgsrc/devel/py-multiprocessing/DESCR
drochner 8b35460618 add py-multiprocessing-2.6.2.1, a threading package which was
integrated into the main Python distribution in 2.6
2010-11-02 19:20:16 +00:00

7 lines
420 B
Text

`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.