]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove the execution bit to some socket-related files. (GH-93368)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Jun 2022 07:35:15 +0000 (00:35 -0700)
committerGitHub <noreply@github.com>
Wed, 1 Jun 2022 07:35:15 +0000 (00:35 -0700)
commitd779e5d16e0638296c2dd571585303a155b885ee
tree7f2adfb6a21c15b3847798ccefaee20f6c1c317e
parent3265ff9ccc870a25dd970a05a778a91cf86ee00a
Remove the execution bit to some socket-related files. (GH-93368)

(cherry picked from commit 5247389369ac3da35c44f7c0d8f4facc0300883a)

Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Doc/library/socket.rst [changed mode: 0755->0644]
Lib/socket.py [changed mode: 0755->0644]
Lib/test/test_socket.py [changed mode: 0755->0644]