summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-09-07 16:21:56 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-09-07 16:21:56 (GMT)
commit7718d2bfb040efb63f5fa90691efb295ef962cb2 (patch)
tree7a46c73af9c296ea16439579274a96608bf46b67 /Misc
parentd9ee87a43d1cc0f3d5e65fc6ed30c12c52ef58a0 (diff)
downloadcpython-7718d2bfb040efb63f5fa90691efb295ef962cb2.zip
cpython-7718d2bfb040efb63f5fa90691efb295ef962cb2.tar.gz
cpython-7718d2bfb040efb63f5fa90691efb295ef962cb2.tar.bz2
Merged revisions 74704 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74704 | mark.dickinson | 2009-09-07 17:17:41 +0100 (Mon, 07 Sep 2009) | 3 lines Issue #6850: Fix bug in Decimal._parse_format_specifier for formats with no type specifier. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8fd20c9..d891de2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,9 @@ C-API
Library
-------
+- Issue #6850: Fix bug in Decimal._parse_format_specifier for formats
+ with no type specifier.
+
- Issue #6239: ctypes.c_char_p return value must return bytes.
- Issue #6838: Use a list to accumulate the value instead of