summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2012-08-08 10:15:55 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2012-08-08 10:15:55 (GMT)
commit3277b35183ba48f7469484c9e6e09cc1bd46aa7d (patch)
tree978b4525bf19fe5eb5f1ac62201a3d0ab1631a21 /Misc
parent20416a20b75913ba932a801b81bf643bed800520 (diff)
downloadcpython-3277b35183ba48f7469484c9e6e09cc1bd46aa7d.zip
cpython-3277b35183ba48f7469484c9e6e09cc1bd46aa7d.tar.gz
cpython-3277b35183ba48f7469484c9e6e09cc1bd46aa7d.tar.bz2
- Issue #11715: Fix multiarch detection without having Debian development
tools (dpkg-dev) installed.
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 9b53ce9..53975f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -312,6 +312,9 @@ Tests
Build
-----
+- Issue #11715: Fix multiarch detection without having Debian development
+ tools (dpkg-dev) installed.
+
- Issue #15037: Build OS X installers with local copy of ncurses 5.9 libraries
to avoid curses.unget_wch bug present in older versions of ncurses such as
those shipped with OS X.