[Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6.

xavier.degaye python-checkins at python.org
Tue Sep 13 12:07:39 EDT 2016


https://hg.python.org/cpython/rev/879bde95a456
changeset:   103768:879bde95a456
parent:      103766:42a4823af396
parent:      103767:12d88d08f191
user:        Xavier de Gaye <xdegaye at users.sourceforge.net>
date:        Tue Sep 13 18:06:08 2016 +0200
summary:
  Merge from 3.6.

files:
  Doc/whatsnew/3.6.rst |  5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -1109,6 +1109,11 @@
 * 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`.)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list