[issue11208] example misprint in documentation whatsnew/3.2

July Tikhonov report at bugs.python.org
Mon Feb 14 00:04:56 CET 2011


New submission from July Tikhonov <july.tikh at gmail.com>:

>>> list(accumulate(8, 2, 50))

fails. Correct version is

>>> list(accumulate([8, 2, 50]))

----------
assignee: docs at python
components: Documentation
files: whatsnew.3.2.accumulate.example.diff
keywords: patch
messages: 128529
nosy: docs at python, july
priority: normal
severity: normal
status: open
title: example misprint in documentation whatsnew/3.2
versions: Python 3.2, Python 3.3
Added file: http://bugs.python.org/file20757/whatsnew.3.2.accumulate.example.diff

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


More information about the Python-bugs-list mailing list