[New-bugs-announce] [issue6174] What's new in 2.6, wrong indentation in code sample

Joe Amenta report at bugs.python.org
Tue Jun 2 07:53:45 CEST 2009


New submission from Joe Amenta <amentajo at msu.edu>:

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.

----------
assignee: georg.brandl
components: Documentation
files: docdiff.patch
keywords: patch
messages: 88716
nosy: georg.brandl, joe.amenta
severity: normal
status: open
title: What's new in 2.6, wrong indentation in code sample
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file14154/docdiff.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6174>
_______________________________________


More information about the New-bugs-announce mailing list