From: Xavier de Gaye Date: Thu, 8 Dec 2016 10:09:54 +0000 (+0100) Subject: Issue #26939: Merge 3.6. X-Git-Tag: v3.7.0a1~1812 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=566ba3defd36090a006090ada1770fbea917816d;p=python Issue #26939: Merge 3.6. --- 566ba3defd36090a006090ada1770fbea917816d diff --cc Misc/NEWS index 1a874982e2,a15bb9bf87..e0cb0b785a --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -567,18 -603,8 +567,21 @@@ Tools/Demo Tests ----- +- Issue #28666: Now test.support.rmtree is able to remove unwritable or + unreadable directories. + +- Issue #23839: Various caches now are cleared before running every test file. + +- Issue #26944: Fix test_posix for Android where 'id -G' is entirely wrong or + missing the effective gid. + +- Issue #28409: regrtest: fix the parser of command line arguments. + - 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 =================================