From: Florent Xicluna Date: Mon, 30 Aug 2010 14:05:50 +0000 (+0000) Subject: remove pointless coding cookies X-Git-Tag: v3.2a2~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e01de8f2f3f8ec2ad58e1baddb7c2c657e331796;p=thirdparty%2FPython%2Fcpython.git remove pointless coding cookies --- diff --git a/Lib/ast.py b/Lib/ast.py index d595c058b62e..aab61d763409 100644 --- a/Lib/ast.py +++ b/Lib/ast.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ ast ~~~ diff --git a/Lib/distutils/command/bdist_msi.py b/Lib/distutils/command/bdist_msi.py index 8a458d853696..b11957a7dc43 100644 --- a/Lib/distutils/command/bdist_msi.py +++ b/Lib/distutils/command/bdist_msi.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (C) 2005, 2006 Martin von Löwis # Licensed to PSF under a Contributor Agreement. # The bdist_wininst command proper diff --git a/Lib/distutils/tests/test_dist.py b/Lib/distutils/tests/test_dist.py index 3b7637f3af2a..007803e12da5 100644 --- a/Lib/distutils/tests/test_dist.py +++ b/Lib/distutils/tests/test_dist.py @@ -1,4 +1,3 @@ -# -*- coding: utf8 -*- """Tests for distutils.dist.""" import os import io diff --git a/Lib/encodings/punycode.py b/Lib/encodings/punycode.py index 8129af2543a9..66c51013ea43 100644 --- a/Lib/encodings/punycode.py +++ b/Lib/encodings/punycode.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ Codec for the Punicode encoding, as specified in RFC 3492 Written by Martin v. Löwis. diff --git a/Lib/getopt.py b/Lib/getopt.py index ac77126acf2f..980861d25172 100644 --- a/Lib/getopt.py +++ b/Lib/getopt.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """Parser for command line options. This module helps scripts to parse the command line arguments in diff --git a/Lib/msilib/__init__.py b/Lib/msilib/__init__.py index 114a1c788cbb..bd3e1f2900e4 100644 --- a/Lib/msilib/__init__.py +++ b/Lib/msilib/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (C) 2005 Martin v. Löwis # Licensed to PSF under a Contributor Agreement. from _msi import * diff --git a/Lib/sqlite3/__init__.py b/Lib/sqlite3/__init__.py index 4b64833e93fe..6c91df27cca7 100644 --- a/Lib/sqlite3/__init__.py +++ b/Lib/sqlite3/__init__.py @@ -1,7 +1,6 @@ -#-*- coding: ISO-8859-1 -*- # pysqlite2/__init__.py: the pysqlite2 package. # -# Copyright (C) 2005 Gerhard Häring +# Copyright (C) 2005 Gerhard Häring # # This file is part of pysqlite. # diff --git a/Lib/sqlite3/dbapi2.py b/Lib/sqlite3/dbapi2.py index d051f0432fa5..6c121a5c06d4 100644 --- a/Lib/sqlite3/dbapi2.py +++ b/Lib/sqlite3/dbapi2.py @@ -1,7 +1,6 @@ -#-*- coding: ISO-8859-1 -*- # pysqlite2/dbapi2.py: the DB-API 2.0 interface # -# Copyright (C) 2004-2005 Gerhard Häring +# Copyright (C) 2004-2005 Gerhard Häring # # This file is part of pysqlite. #