This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author davin
Recipients davin, docs@python
Date 2014-11-27.01:37:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417052278.73.0.61884021565.issue22952@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a proposed patch for the 3.4 branch.

The same modifications are made in this patch as in the patch for the 2.7 branch, with two minor tweaks:
1) The affirmative tone example uses Pool in a with statement as is supported since 3.3.
2) References in the added/moved text are properly resolving (in Sphinx) to the class definition for Pool.


This patch should also work against the 3.3 branch (though should not be applied to 3.2 as the context manager behavior had not yet been added to Pool in 3.2 -- the example in the intro would need changing for this to be applied to 3.2 is all).
History
Date User Action Args
2014-11-27 01:37:58davinsetrecipients: + davin, docs@python
2014-11-27 01:37:58davinsetmessageid: <1417052278.73.0.61884021565.issue22952@psf.upfronthosting.co.za>
2014-11-27 01:37:58davinlinkissue22952 messages
2014-11-27 01:37:58davincreate