[issue10297] decimal module documentation is misguiding

New submission from hafiza jameel <fizabreeze@gmail.com>: the documentation does not show the import statement of decimal module in the introduction: http://docs.python.org/library/decimal.html import should have been done like this: from decimal import * ---------- assignee: docs@python components: Documentation messages: 120315 nosy: docs@python, hafiza.jameel priority: normal severity: normal status: open title: decimal module documentation is misguiding versions: Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue10297> _______________________________________

Changes by R. David Murray <rdmurray@bitdance.com>: ---------- nosy: +mark.dickinson _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue10297> _______________________________________

Changes by Baiju M <baiju.m.mail@gmail.com>: ---------- nosy: +baijum _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue10297> _______________________________________

Changes by Mark Dickinson <dickinsm@gmail.com>: ---------- nosy: +rhettinger _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue10297> _______________________________________

Mark Dickinson <dickinsm@gmail.com> added the comment: Fixed in r86286, r86287, r86288. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue10297> _______________________________________
participants (4)
-
Baiju M
-
hafiza jameel
-
Mark Dickinson
-
R. David Murray