[Python-modules-commits] r10532 - in packages/python-multiprocessing/trunk/debian (2 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Nov 18 22:35:01 UTC 2009


    Date: Wednesday, November 18, 2009 @ 22:35:00
  Author: morph
Revision: 10532

* debian/python-multiprocessing.doc-base
  - added doc-base

Added:
  packages/python-multiprocessing/trunk/debian/python-multiprocessing.doc-base
Modified:
  packages/python-multiprocessing/trunk/debian/changelog

Modified: packages/python-multiprocessing/trunk/debian/changelog
===================================================================
--- packages/python-multiprocessing/trunk/debian/changelog	2009-11-18 22:22:55 UTC (rev 10531)
+++ packages/python-multiprocessing/trunk/debian/changelog	2009-11-18 22:35:00 UTC (rev 10532)
@@ -4,8 +4,10 @@
     - fix XS-P-V to not hardcode Python versions, but uses logical expressions;
       Thanks to Jakub Wilk for the report and patch; Closes: #556857
     - bump Standards-Version to 3.8.3 (no changes needed)
+  * debian/python-multiprocessing.doc-base
+    - added doc-base
 
- -- Sandro Tosi <morph at debian.org>  Wed, 18 Nov 2009 23:22:10 +0100
+ -- Sandro Tosi <morph at debian.org>  Wed, 18 Nov 2009 23:33:52 +0100
 
 python-multiprocessing (2.6.2.1-1) unstable; urgency=low
 

Added: packages/python-multiprocessing/trunk/debian/python-multiprocessing.doc-base
===================================================================
--- packages/python-multiprocessing/trunk/debian/python-multiprocessing.doc-base	                        (rev 0)
+++ packages/python-multiprocessing/trunk/debian/python-multiprocessing.doc-base	2009-11-18 22:35:00 UTC (rev 10532)
@@ -0,0 +1,15 @@
+Document: python-multiprocessing
+Title: multiprocessing’s documentation
+Author: Python Software Foundation
+Abstract: multiprocessing is a package that supports spawning
+ processes using an API similar to the threading module. The
+ multiprocessing package offers both local and remote concurrency,
+ effectively side-stepping the Global Interpreter Lock by using
+ subprocesses instead of threads. Due to this, the multiprocessing
+ module allows the programmer to fully leverage multiple processors on
+ a given machine. It runs on both Unix and Windows.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-multiprocessing/html/index.html
+Files: /usr/share/doc/python-multiprocessing/html/*




More information about the Python-modules-commits mailing list