[docs] [issue10813] Suppress adding decimal point for places=0 in moneyfmt()

Raymond Hettinger report at bugs.python.org
Thu Jan 6 06:42:54 CET 2011


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

I think I prefer the code as-is.  If you need to blank out the decimal point, set dp to the empty string.

----------

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


More information about the docs mailing list