From 032c0fb655b48675d67ff0e283bf87f8ee660b34 Mon Sep 17 00:00:00 2001 From: Xavier de Gaye Date: Tue, 13 Sep 2016 18:04:15 +0200 Subject: Add an Android section to whatsnew/3.6.rst. --- Doc/whatsnew/3.6.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index deb8820..999d29f 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -1109,6 +1109,11 @@ Build and C API Changes * Python now requires some C99 support in the toolchain to build. For more information, see :pep:`7`. +* Cross-compiling CPython with the Android NDK and the Android API level set to + 21 (Android 5.0 Lollilop) or greater, runs successfully. While Android is not + yet a supported platform, the Python test suite runs on the Android emulator + with only about 16 tests failures. See the Android meta-issue :issue:`26865`. + * The ``--with-optimizations`` configure flag has been added. Turning it on will activate LTO and PGO build support (when available). (Original patch by Alecsandru Patrascu of Intel in :issue:`26539`.) -- cgit v0.12