diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2022-06-01 07:11:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-01 07:11:46 (GMT) |
commit | 5247389369ac3da35c44f7c0d8f4facc0300883a (patch) | |
tree | e64be9d100dc46a36acf31967459d97c8b8f940a | |
parent | e7aab7c92a7c2e4317023c71e847d55cf5c49f5f (diff) | |
download | cpython-5247389369ac3da35c44f7c0d8f4facc0300883a.zip cpython-5247389369ac3da35c44f7c0d8f4facc0300883a.tar.gz cpython-5247389369ac3da35c44f7c0d8f4facc0300883a.tar.bz2 |
Remove the execution bit to some socket-related files. (#93368)
-rw-r--r--[-rwxr-xr-x] | Doc/library/socket.rst | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | Lib/socket.py | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | Lib/test/test_socket.py | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 1b80195..1b80195 100755..100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst diff --git a/Lib/socket.py b/Lib/socket.py index bfca763..bfca763 100755..100644 --- a/Lib/socket.py +++ b/Lib/socket.py diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index c981903..c981903 100755..100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py |