Skip to content

Commit

Permalink
Reformatted CHANGES
Browse files Browse the repository at this point in the history
git-svn-id: http://workerpool.googlecode.com/svn/trunk@26 ac04cf61-a246-0410-96fa-1bc2aea7bcce
  • Loading branch information
shazow committed Mar 10, 2008
1 parent 4129c38 commit 7ef6940
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ Changes

* WorkerPool now inherits from Queue. All of the normal Queue operations apply.
* WorkerPool.wait() has been deprecated in favour of WorkerPool.join().
* WorkerPool constructor now accepts a worker_factory instead of a (WorkerClass, args) tuple.
* EquippedWorker constructor now accepts a toolbox_factory instead of a (ToolboxClass, args) tuple.
* WorkerPool constructor now accepts a worker_factory instead of a
(WorkerClass, args) tuple.
* EquippedWorker constructor now accepts a toolbox_factory instead of a
(ToolboxClass, args) tuple.
* Code has been simplified thanks to the previous two changes.
* Added backwards compatibility with Python 2.4, but with reduced functionaltiy. WorkerPool's join() and task_done() do nothing in Python 2.4 for now.
* Added backwards compatibility with Python 2.4, but with reduced
functionality. WorkerPool's join() and task_done() do nothing in Python 2.4
for now.

0.9.1
-----
Expand Down

0 comments on commit 7ef6940

Please sign in to comment.