|
@@ -36,6 +36,25 @@ as well as PyPy and Jython.
|
|
|
Important Notes
|
|
|
===============
|
|
|
|
|
|
+Now depends on :mod:`billiard`.
|
|
|
+-------------------------------
|
|
|
+
|
|
|
+Billiard is a fork of the multiprocessing containing
|
|
|
+the no-execv patch by sbt (http://bugs.python.org/issue8713),
|
|
|
+and also contains the pool improvements previously located in Celery.
|
|
|
+
|
|
|
+This fork was necessary as changes to the C extension code was required
|
|
|
+for the no-execv patch to work.
|
|
|
+
|
|
|
+- Issue #625
|
|
|
+- Issue #627
|
|
|
+- Issue #640
|
|
|
+- `django-celery #122 <http://github.com/ask/django-celery/issues/122`
|
|
|
+- `django-celery #124 <http://github.com/ask/django-celery/issues/122`
|
|
|
+
|
|
|
+Unorganized
|
|
|
+-----------
|
|
|
+
|
|
|
* Task registry is no longer a global.
|
|
|
|
|
|
* celery.task.Task is no longer bound to an app by default,
|