From b992a0e102c1dcc8d038983755f792c2f65a233f Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Thu, 16 Jan 2014 17:15:49 +0200 Subject: Issue #19936: Added executable bits or shebang lines to Python scripts which requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script. --- Lib/test/test_binhex.py | 1 - 1 file changed, 1 deletion(-) mode change 100755 => 100644 Lib/test/test_binhex.py (limited to 'Lib/test/test_binhex.py') diff --git a/Lib/test/test_binhex.py b/Lib/test/test_binhex.py old mode 100755 new mode 100644 index a807bca639..9d4c85afaa --- a/Lib/test/test_binhex.py +++ b/Lib/test/test_binhex.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python3 """Test script for the binhex C module Uses the mechanism of the python binhex module -- cgit v1.2.1