summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorXavier de Gaye <xdegaye@users.sourceforge.net>2016-12-08 10:06:56 (GMT)
committerXavier de Gaye <xdegaye@users.sourceforge.net>2016-12-08 10:06:56 (GMT)
commit7522ef402c324481fabd841a89810fd944cd3cec (patch)
tree38fbf75e9d4d65c0273beef7bc571c99eb9981a9 /Misc
parent0d5742dec0a44c6fdbb544bc683855ff78554e72 (diff)
downloadcpython-7522ef402c324481fabd841a89810fd944cd3cec.zip
cpython-7522ef402c324481fabd841a89810fd944cd3cec.tar.gz
cpython-7522ef402c324481fabd841a89810fd944cd3cec.tar.bz2
Issue #26939: Add the support.setswitchinterval() function to fix
test_functools hanging on the Android armv7 qemu emulator.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8023df3..a15bb9b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,12 @@ Library
- Issue #28847: dbm.dumb now supports reading read-only files and no longer
writes the index file when it is not changed.
+Tests
+-----
+
+- 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 release candidate 1
==============================================