summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorXavier de Gaye <xdegaye@users.sourceforge.net>2016-12-10 16:34:46 (GMT)
committerXavier de Gaye <xdegaye@users.sourceforge.net>2016-12-10 16:34:46 (GMT)
commit5ca2b10213b4a5727dc99521c1b07ba75f3c321b (patch)
tree14516840feea9dc9a19753f4f49a0cd77970454e /Misc/NEWS
parent5c7198d46417cad8ca031b3d6a9d97c2ee6a1807 (diff)
parent32cf1acda85dd14c0865a7ce68dbc96980d6714a (diff)
downloadcpython-5ca2b10213b4a5727dc99521c1b07ba75f3c321b.zip
cpython-5ca2b10213b4a5727dc99521c1b07ba75f3c321b.tar.gz
cpython-5ca2b10213b4a5727dc99521c1b07ba75f3c321b.tar.bz2
Issue #28849: Merge 3.6.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7358713..846b394 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -528,6 +528,8 @@ Documentation
Build
-----
+- Issue #28849: Do not define sys.implementation._multiarch on Android.
+
- Issue #10656: Fix out-of-tree building on AIX. Patch by Tristan Carel and
Michael Haubenwallner.