]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28683: Fix the tests that bind() a unix socket and raise PermissionError
authorXavier de Gaye <xdegaye@users.sourceforge.net>
Wed, 14 Dec 2016 10:52:28 +0000 (11:52 +0100)
committerXavier de Gaye <xdegaye@users.sourceforge.net>
Wed, 14 Dec 2016 10:52:28 +0000 (11:52 +0100)
commite88ed05006d4eef73e550149efa5ec11c6336dcc
treefcc6a625175d8475fb86f7852da849d88070c3a1
parent1351c31aa9651b278d7ef8ec79af3b646a520235
Issue #28683: Fix the tests that bind() a unix socket and raise PermissionError
on Android for a non-root user.
Lib/test/support/__init__.py
Lib/test/test_asyncore.py
Lib/test/test_pathlib.py
Lib/test/test_socket.py
Misc/NEWS