From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 1 Jun 2022 07:35:15 +0000 (-0700) Subject: Remove the execution bit to some socket-related files. (GH-93368) X-Git-Tag: v3.11.0b3~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d779e5d16e0638296c2dd571585303a155b885ee;p=thirdparty%2FPython%2Fcpython.git Remove the execution bit to some socket-related files. (GH-93368) (cherry picked from commit 5247389369ac3da35c44f7c0d8f4facc0300883a) Co-authored-by: Ezio Melotti --- 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