Message231732
Attached is a proposed patch for the 2.7 branch.
It provides 2 changes to the documentation:
1) Moves the warning text block regarding synchronization functionality not necessarily being available on all systems to the "Synchronization between processes" section (Section 16.6.1.3 in the 2.7 docs).
2) Adds a paragraph introducing (in the affirmative tone) a good/common practice as shown in a working example to drive home the key point about importability by subprocesses. The original example of what not to do has been preserved by moving it to the "Using a pool of workers" section (Section 16.6.1.5 in the 2.7 docs).
Note that this patch does not attempt to resolve the issue of :class:`Pool` not being resolved by Sphinx to properly point at the multiprocessing.pool.Pool class description. This issue appears addressed in the 3.4 docs but not in some other branches. |
|
Date |
User |
Action |
Args |
2014-11-26 21:45:08 | davin | set | recipients:
+ davin, docs@python |
2014-11-26 21:45:08 | davin | set | messageid: <1417038308.85.0.925512024605.issue22952@psf.upfronthosting.co.za> |
2014-11-26 21:45:08 | davin | link | issue22952 messages |
2014-11-26 21:45:08 | davin | create | |
|