summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorXavier de Gaye <xdegaye@users.sourceforge.net>2016-12-08 10:09:54 (GMT)
committerXavier de Gaye <xdegaye@users.sourceforge.net>2016-12-08 10:09:54 (GMT)
commit566ba3defd36090a006090ada1770fbea917816d (patch)
treeed99bad2a87c901ef13605d13db592eefa46333d /Misc
parent4ebcdac556282b159f5ea2ea480d81cb7cb35ad6 (diff)
parent7522ef402c324481fabd841a89810fd944cd3cec (diff)
downloadcpython-566ba3defd36090a006090ada1770fbea917816d.zip
cpython-566ba3defd36090a006090ada1770fbea917816d.tar.gz
cpython-566ba3defd36090a006090ada1770fbea917816d.tar.bz2
Issue #26939: Merge 3.6.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a87498..e0cb0b7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -579,6 +579,9 @@ Tests
- Issue #28217: Adds _testconsole module to test console input.
+- Issue #26939: Add the support.setswitchinterval() function to fix
+ test_functools hanging on the Android armv7 qemu emulator.
+
What's New in Python 3.6.0 beta 1
=================================