From: Xavier de Gaye Date: Wed, 14 Dec 2016 10:54:49 +0000 (+0100) Subject: Issue #28683: Merge 3.6. X-Git-Tag: v3.7.0a1~1757 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69598527c7b8c538d75ec1b69c54f317dee0c47a;p=thirdparty%2FPython%2Fcpython.git Issue #28683: Merge 3.6. --- 69598527c7b8c538d75ec1b69c54f317dee0c47a diff --cc Misc/NEWS index 1c1ebdb04a0d,35ad11ff507b..13f58e686a3d --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -598,24 -637,8 +598,27 @@@ Tools/Demo Tests ----- ++- Issue #28683: Fix the tests that bind() a unix socket and raise ++ PermissionError on Android for a non-root user. ++ + - Issue #26936: Fix the test_socket failures on Android - getservbyname(), + getservbyport() and getaddrinfo() are broken on some Android API levels. + +- 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 =================================