summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-03-23 18:06:27 (GMT)
committerStefan Krah <skrah@bytereef.org>2012-03-23 18:06:27 (GMT)
commit60187b5ee5119094b52f11d7cdc742d1c36403ea (patch)
treef6ed3b09374028283723a844c4b5ad0bc76d5682 /Misc
parent0175af85a574800d8ea44e57fc9c0810edf2d0e1 (diff)
downloadcpython-60187b5ee5119094b52f11d7cdc742d1c36403ea.zip
cpython-60187b5ee5119094b52f11d7cdc742d1c36403ea.tar.gz
cpython-60187b5ee5119094b52f11d7cdc742d1c36403ea.tar.bz2
Issue #7652: Enable linking of _decimal.so against an installed libmpdec.
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 b6d7dad..582d1df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,9 @@ Core and Builtins
Library
-------
+- Issue #7652: Add --with-system-libmpdec option to configure for linking
+ the _decimal module against an installed libmpdec.
+
- Issue #14380: MIMEText now defaults to utf-8 when passed non-ASCII unicode
with no charset specified.