From: Serhiy Storchaka Date: Fri, 11 Nov 2016 09:48:22 +0000 (+0200) Subject: Issue #23839: Various caches now are cleared before running every test file. X-Git-Tag: v3.7.0a1~2010 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=684cadaef94241a8552581d332cf2008ad426d18;p=python Issue #23839: Various caches now are cleared before running every test file. --- 684cadaef94241a8552581d332cf2008ad426d18 diff --cc Misc/NEWS index 31c3703b54,15f5725955..0d4e72da3a --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -443,11 -457,6 +443,13 @@@ Tools/Demo Tests ----- ++- 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.