[issue11304] Input/output tutorial - PI is rounded not truncated

2011-02-23 Thread SilentGhost
Changes by SilentGhost : -- nosy: -SilentGhost ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue11304] Input/output tutorial - PI is rounded not truncated

2011-02-23 Thread SilentGhost
Changes by SilentGhost : -- Removed message: http://bugs.python.org/msg129230 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue11304] Input/output tutorial - PI is rounded not truncated

2011-02-23 Thread Raymond Hettinger
Raymond Hettinger added the comment: Fixed in r88356, r88537, and r88538. Thanks for the report. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue11304] Input/output tutorial - PI is rounded not truncated

2011-02-23 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: docs@python -> rhettinger nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list ma

[issue11304] Input/output tutorial - PI is rounded not truncated

2011-02-23 Thread SilentGhost
SilentGhost added the comment: Sandro, you didn't attach anything. -- nosy: +SilentGhost ___ Python tracker ___ ___ Python-bugs-list

[issue11304] Input/output tutorial - PI is rounded not truncated

2011-02-23 Thread Sandro Tosi
New submission from Sandro Tosi : Following up http://mail.python.org/pipermail/docs/2011-January/002974.html here's a patch to fix it. -- assignee: docs@python components: Documentation keywords: patch messages: 129228 nosy: docs@python, sandro.tosi priority: low severity: normal stage