[Python-checkins] Remove the execution bit to some socket-related files. (GH-93368)

miss-islington webhook-mailer at python.org
Wed Jun 1 03:31:36 EDT 2022


https://github.com/python/cpython/commit/0b7aae88d0e71304bf6d78c0c0192a1d3e0a5fe0
commit: 0b7aae88d0e71304bf6d78c0c0192a1d3e0a5fe0
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-06-01T00:31:31-07:00
summary:

Remove the execution bit to some socket-related files. (GH-93368)

(cherry picked from commit 5247389369ac3da35c44f7c0d8f4facc0300883a)

Co-authored-by: Ezio Melotti <ezio.melotti at gmail.com>

files:
M Doc/library/socket.rst
M Lib/socket.py
M Lib/test/test_socket.py

diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
old mode 100755
new mode 100644
diff --git a/Lib/socket.py b/Lib/socket.py
old mode 100755
new mode 100644
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py
old mode 100755
new mode 100644



More information about the Python-checkins mailing list