[Python-checkins] Remove the execution bit to some socket-related files. (GH-93368)
miss-islington
webhook-mailer at python.org
Wed Jun 1 03:35:23 EDT 2022
https://github.com/python/cpython/commit/d779e5d16e0638296c2dd571585303a155b885ee
commit: d779e5d16e0638296c2dd571585303a155b885ee
branch: 3.11
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:35:15-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