diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2012-08-08 10:15:55 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2012-08-08 10:15:55 (GMT) |
commit | 3277b35183ba48f7469484c9e6e09cc1bd46aa7d (patch) | |
tree | 978b4525bf19fe5eb5f1ac62201a3d0ab1631a21 /Misc | |
parent | 20416a20b75913ba932a801b81bf643bed800520 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |