From: Xavier de Gaye Date: Wed, 19 Oct 2016 09:08:07 +0000 (+0200) Subject: Issue #26944: Merge with 3.6. X-Git-Tag: v3.7.0a1~2200 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18207ea32becb391e8a78b680c5b7e76d56e3ebd;p=thirdparty%2FPython%2Fcpython.git Issue #26944: Merge with 3.6. --- 18207ea32becb391e8a78b680c5b7e76d56e3ebd diff --cc Misc/NEWS index a46c317d2269,04e353c57826..e525c9bbe352 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -326,8 -303,6 +326,11 @@@ Tools/Demo Tests ----- ++- 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.