| commit | 60187b5ee5119094b52f11d7cdc742d1c36403ea | [log] [tgz] |
|---|---|---|
| author | Stefan Krah <skrah@bytereef.org> | Fri Mar 23 19:06:27 2012 +0100 |
| committer | Stefan Krah <skrah@bytereef.org> | Fri Mar 23 19:06:27 2012 +0100 |
| tree | f6ed3b09374028283723a844c4b5ad0bc76d5682 | |
| parent | 0175af85a574800d8ea44e57fc9c0810edf2d0e1 [diff] [blame] |
Issue #7652: Enable linking of _decimal.so against an installed libmpdec.
diff --git a/Misc/NEWS b/Misc/NEWS index b6d7dad..582d1df 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -34,6 +34,9 @@ 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.