[Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3.

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


http://hg.python.org/cpython/rev/fd71616d5075
changeset:   88497:fd71616d5075
parent:      88495:acd31653e3b4
parent:      88496:9062a8695c89
user:        Stefan Krah <skrah at bytereef.org>
date:        Thu Jan 16 14:43:22 2014 +0100
summary:
  Merge from 3.3.

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