# HG changeset patch # User paulb # Date 1189976419 0 # Node ID 0eb0257ec5241ea38dd6a4e2bdf4d81e47f10aad # Parent 6bbbbf28b6bc5e73b161664f7855ded5f098454b [project @ 2007-09-16 21:00:19 by paulb] Fixed parallel references. diff -r 6bbbbf28b6bc -r 0eb0257ec524 PKG-INFO --- a/PKG-INFO Sun Sep 16 20:56:21 2007 +0000 +++ b/PKG-INFO Sun Sep 16 21:00:19 2007 +0000 @@ -5,7 +5,7 @@ Author-email: paul at boddie org uk Maintainer: Paul Boddie Maintainer-email: paul at boddie org uk -Download-url: http://www.boddie.org.uk/python/downloads/parallel-0.3.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/pprocess-0.3.tar.gz Summary: Elementary parallel programming for Python License: LGPL (version 3 or later) Description: The pprocess module provides elementary support for parallel diff -r 6bbbbf28b6bc -r 0eb0257ec524 README.txt --- a/README.txt Sun Sep 16 20:56:21 2007 +0000 +++ b/README.txt Sun Sep 16 21:00:19 2007 +0000 @@ -109,7 +109,7 @@ This software depends on standard library features which are stated as being available only on "UNIX"; it has only been tested on a GNU/Linux system. -New in parallel 0.3 (Changes since parallel 0.2.5) +New in pprocess 0.3 (Changes since parallel 0.2.5) -------------------------------------------------- * Added managed callables: wrappers around callables which cause them to be