summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorXavier de Gaye <xdegaye@users.sourceforge.net>2016-09-13 16:06:08 (GMT)
committerXavier de Gaye <xdegaye@users.sourceforge.net>2016-09-13 16:06:08 (GMT)
commit1e689877926141b4dc557681a7285bba8fe71a30 (patch)
tree32dd0f4ebe6311dbed4462af00b6b24af4dd18cd /Doc
parent20ae233d0270c6b2943df9602be7cf04247bb230 (diff)
parent032c0fb655b48675d67ff0e283bf87f8ee660b34 (diff)
downloadcpython-1e689877926141b4dc557681a7285bba8fe71a30.zip
cpython-1e689877926141b4dc557681a7285bba8fe71a30.tar.gz
cpython-1e689877926141b4dc557681a7285bba8fe71a30.tar.bz2
Merge from 3.6.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.6.rst5
1 files changed, 5 insertions, 0 deletions
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`.)