[Python-checkins] cpython (3.3): Issue #19936: Disable shebang lines in order to prevent using a random

stefan.krah python-checkins at python.org
Thu Jan 16 14:44:47 CET 2014


http://hg.python.org/cpython/rev/9062a8695c89
changeset:   88496:9062a8695c89
branch:      3.3
parent:      88491:7c4f0c3dedaf
user:        Stefan Krah <skrah at bytereef.org>
date:        Thu Jan 16 14:33:27 2014 +0100
summary:
  Issue #19936: Disable shebang lines in order to prevent using a random
system python.

files:
  Modules/_decimal/tests/bench.py    |  2 --
  Modules/_decimal/tests/deccheck.py |  2 --
  Modules/_decimal/tests/randdec.py  |  2 --
  3 files changed, 0 insertions(+), 6 deletions(-)


diff --git a/Modules/_decimal/tests/bench.py b/Modules/_decimal/tests/bench.py
--- a/Modules/_decimal/tests/bench.py
+++ b/Modules/_decimal/tests/bench.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 #
 # Copyright (C) 2001-2012 Python Software Foundation. All Rights Reserved.
 # Modified and extended by Stefan Krah.
diff --git a/Modules/_decimal/tests/deccheck.py b/Modules/_decimal/tests/deccheck.py
--- a/Modules/_decimal/tests/deccheck.py
+++ b/Modules/_decimal/tests/deccheck.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 #
 # Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
 #
diff --git a/Modules/_decimal/tests/randdec.py b/Modules/_decimal/tests/randdec.py
--- a/Modules/_decimal/tests/randdec.py
+++ b/Modules/_decimal/tests/randdec.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 #
 # Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
 #

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list