This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cgrohmann
Recipients cgrohmann, docs@python, rhettinger
Date 2011-01-07.06:49:46
SpamBayes Score 5.7941328e-08
Marked as misclassified No
Message-id <1294382990.2.0.624045018816.issue10813@psf.upfronthosting.co.za>
In-reply-to
Content
Setting dp to an empty string is only a workaround from my perspective.

I get the value of the places parameter from a configuration instance and have to implement an additional check "places == 0" every time I call the original moneyfmt(). To reduce this effort I've changed my moneyfmt() function and applied the patch above.

I see only a valuable posibilities from my perspective: apply the patch. Because it would simplify life a little bit :-)

At end it's up to you because the current documentation stated "dp: ... only specify as blank when places is zero".

Regards,
Carsten
History
Date User Action Args
2011-01-07 06:49:50cgrohmannsetrecipients: + cgrohmann, rhettinger, docs@python
2011-01-07 06:49:50cgrohmannsetmessageid: <1294382990.2.0.624045018816.issue10813@psf.upfronthosting.co.za>
2011-01-07 06:49:46cgrohmannlinkissue10813 messages
2011-01-07 06:49:46cgrohmanncreate