New submission from July Tikhonov <july.t...@gmail.com>:

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

fails. Correct version is

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

----------
assignee: docs@python
components: Documentation
files: whatsnew.3.2.accumulate.example.diff
keywords: patch
messages: 128529
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11208>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to