diff options
author | Christian Heimes <christian@cheimes.de> | 2008-11-28 19:33:33 +0000 |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-11-28 19:33:33 +0000 |
commit | eac8071e1682941e98d24d0e6f3c019e80617bd7 (patch) | |
tree | b1c02c412a0dcaef687bed87f4980f639ba6956e /Doc/includes/mp_pool.py | |
parent | 1f8b49f517bb97365f1848c308ef464fa5c54126 (diff) | |
download | cpython-git-eac8071e1682941e98d24d0e6f3c019e80617bd7.tar.gz |
Retain copyright of processing examples. This was requested by a Debian maintainer during packaging of the multiprocessing package for 2.4/2.5
Diffstat (limited to 'Doc/includes/mp_pool.py')
-rw-r--r-- | Doc/includes/mp_pool.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/includes/mp_pool.py b/Doc/includes/mp_pool.py index e7aaaacaf3..9e89cbc607 100644 --- a/Doc/includes/mp_pool.py +++ b/Doc/includes/mp_pool.py @@ -1,6 +1,9 @@ # # A test of `multiprocessing.Pool` class # +# Copyright (c) 2006-2008, R Oudkerk +# All rights reserved. +# import multiprocessing import time |