diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-09-07 16:17:41 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-09-07 16:17:41 (GMT) |
commit | 491ea55f2866cc0b4fee036069fc07748920b0cf (patch) | |
tree | 38391ebf58ed20617054956b618a39af7d353ff7 /Misc/NEWS | |
parent | d692a71fddbbc8cebabf260e7d11e113cff4f73e (diff) | |
download | cpython-491ea55f2866cc0b4fee036069fc07748920b0cf.zip cpython-491ea55f2866cc0b4fee036069fc07748920b0cf.tar.gz cpython-491ea55f2866cc0b4fee036069fc07748920b0cf.tar.bz2 |
Issue #6850: Fix bug in Decimal._parse_format_specifier for formats
with no type specifier.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -366,6 +366,9 @@ Core and Builtins Library ------- +- Issue #6850: Fix bug in Decimal._parse_format_specifier for formats + with no type specifier. + - Issue #4937: plat-mac/bundlebuilder revers to non-existing version.plist - Issue #6838: Use a list to accumulate the value instead of |