[docs] [issue10297] decimal module documentation is misguiding

hafiza jameel report at bugs.python.org
Wed Nov 3 11:30:21 CET 2010


New submission from hafiza jameel <fizabreeze at 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 at python
components: Documentation
messages: 120315
nosy: docs at python, hafiza.jameel
priority: normal
severity: normal
status: open
title: decimal module documentation is misguiding
versions: Python 2.7

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


More information about the docs mailing list