]> granicus.if.org Git - python/commit
Fix decimal repr which should have used single quotes like other reprs.
authorRaymond Hettinger <python@rcn.com>
Thu, 14 Feb 2008 02:41:22 +0000 (02:41 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 14 Feb 2008 02:41:22 +0000 (02:41 +0000)
commitabe32371878dcaea31c835e10144fdaa2eca6492
treebdae3e7c9e3e76006f2dddb29f7715f8cf561396
parentddb164a6512947ecce6923aac95488c40173041e
Fix decimal repr which should have used single quotes like other reprs.
Doc/library/decimal.rst
Lib/decimal.py
Lib/test/test_decimal.py