[issue11208] example misprint in documentation whatsnew/3.2

2011-02-14 Thread Raymond Hettinger
Raymond Hettinger added the comment: Fixed. Thank for the report. -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue11208] example misprint in documentation whatsnew/3.2

2011-02-14 Thread R. David Murray
Changes by R. David Murray : -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue11208] example misprint in documentation whatsnew/3.2

2011-02-13 Thread July Tikhonov
New submission from July Tikhonov : >>> 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