summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-10-15 16:28:20 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-10-15 16:28:20 (GMT)
commite8f583244acd61d7ba43d0f98c06d57c25977039 (patch)
tree3cbdcba9f0121ade8913e07cd83c8ee324999de1 /Tools
parentc01537f742c3d2591016ef29bb20e3a26482be78 (diff)
downloadcpython-e8f583244acd61d7ba43d0f98c06d57c25977039.zip
cpython-e8f583244acd61d7ba43d0f98c06d57c25977039.tar.gz
cpython-e8f583244acd61d7ba43d0f98c06d57c25977039.tar.bz2
Issue #9308: Removed redundant coding cookies. Added tests for
importing encoded modules that do not depend on specific stdlib modules being encoded in a certain way.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/ccbench/ccbench.py1
-rwxr-xr-xTools/i18n/msgfmt.py3
2 files changed, 1 insertions, 3 deletions
diff --git a/Tools/ccbench/ccbench.py b/Tools/ccbench/ccbench.py
index 4979dcb..569ec21 100644
--- a/Tools/ccbench/ccbench.py
+++ b/Tools/ccbench/ccbench.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
# This file should be kept compatible with both Python 2.6 and Python >= 3.0.
from __future__ import division
diff --git a/Tools/i18n/msgfmt.py b/Tools/i18n/msgfmt.py
index c4b3c1a..a554442 100755
--- a/Tools/i18n/msgfmt.py
+++ b/Tools/i18n/msgfmt.py
@@ -1,6 +1,5 @@
#! /usr/bin/env python3
-# -*- coding: iso-8859-1 -*-
-# Written by Martin v. Löwis <loewis@informatik.hu-berlin.de>
+# Written by Martin v. Löwis <loewis@informatik.hu-berlin.de>
"""Generate binary message catalog from textual translation description.