diff options
author | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-12-10 16:34:46 (GMT) |
---|---|---|
committer | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-12-10 16:34:46 (GMT) |
commit | 5ca2b10213b4a5727dc99521c1b07ba75f3c321b (patch) | |
tree | 14516840feea9dc9a19753f4f49a0cd77970454e /Misc/NEWS | |
parent | 5c7198d46417cad8ca031b3d6a9d97c2ee6a1807 (diff) | |
parent | 32cf1acda85dd14c0865a7ce68dbc96980d6714a (diff) | |
download | cpython-5ca2b10213b4a5727dc99521c1b07ba75f3c321b.zip cpython-5ca2b10213b4a5727dc99521c1b07ba75f3c321b.tar.gz cpython-5ca2b10213b4a5727dc99521c1b07ba75f3c321b.tar.bz2 |
Issue #28849: Merge 3.6.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |