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 joe.amenta
Recipients georg.brandl, joe.amenta
Date 2009-06-02.05:53:13
SpamBayes Score 0.006715262
Marked as misclassified No
Message-id <1243922024.28.0.772489700519.issue6174@psf.upfronthosting.co.za>
In-reply-to
Content
In the final example in the multiprocessing package on
http://docs.python.org/3.0/whatsnew/2.6.html#pep-371-the-multiprocessing-package
a part of the code is not properly indented.  There should be one more
level of indentation starting at "#Mark pool as closed".

Patch adds that level of indentation.
History
Date User Action Args
2009-06-02 05:53:48joe.amentasetrecipients: + joe.amenta, georg.brandl
2009-06-02 05:53:45joe.amentasetmessageid: <1243922024.28.0.772489700519.issue6174@psf.upfronthosting.co.za>
2009-06-02 05:53:39joe.amentalinkissue6174 messages
2009-06-02 05:53:30joe.amentacreate