]> granicus.if.org Git - python/commitdiff
remove pointless coding cookies
authorFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 30 Aug 2010 14:05:50 +0000 (14:05 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 30 Aug 2010 14:05:50 +0000 (14:05 +0000)
Lib/ast.py
Lib/distutils/command/bdist_msi.py
Lib/distutils/tests/test_dist.py
Lib/encodings/punycode.py
Lib/getopt.py
Lib/msilib/__init__.py
Lib/sqlite3/__init__.py
Lib/sqlite3/dbapi2.py

index d595c058b62ed0f3531dfad1512466fcc7d91228..aab61d763409e9ee8f8623c1a4703e8ba50c7a59 100644 (file)
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 """
     ast
     ~~~
index 8a458d853696fe2d4e2b9711147b0b48553f09b3..b11957a7dc43d83bb17422aec436c3b4e025b5b5 100644 (file)
@@ -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
index 3b7637f3af2a0970f1ad52e246882ca56bb0a410..007803e12da5d64710689aedf61d00ec4b5bec6e 100644 (file)
@@ -1,4 +1,3 @@
-# -*- coding: utf8 -*-
 """Tests for distutils.dist."""
 import os
 import io
index 8129af2543a9ae46b2b039ca843408834fce81d0..66c51013ea431ace41d4c7b20da8df3349dc834c 100644 (file)
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 """ Codec for the Punicode encoding, as specified in RFC 3492
 
 Written by Martin v. Löwis.
index ac77126acf2fa09d965f57d8346b46991f0960a9..980861d2517253da92c414e669ba03a1a67eb542 100644 (file)
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 """Parser for command line options.
 
 This module helps scripts to parse the command line arguments in
index 114a1c788cbb2818a9e89677ef4369e3dfdbc241..bd3e1f2900e4a53acfb1730c21781de2558d2e6f 100644 (file)
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # Copyright (C) 2005 Martin v. Löwis
 # Licensed to PSF under a Contributor Agreement.
 from _msi import *
index 4b64833e93fed4b0506025b25b747202afe2f994..6c91df27cca70d7fa397c41175d18c900b1747d9 100644 (file)
@@ -1,7 +1,6 @@
-#-*- coding: ISO-8859-1 -*-
 # pysqlite2/__init__.py: the pysqlite2 package.
 #
-# Copyright (C) 2005 Gerhard Häring <gh@ghaering.de>
+# Copyright (C) 2005 Gerhard Häring <gh@ghaering.de>
 #
 # This file is part of pysqlite.
 #
index d051f0432fa53eff67dd7fae3b5ee7b47fae06ab..6c121a5c06d43a48e42f5fa359cca373ee12a3d5 100644 (file)
@@ -1,7 +1,6 @@
-#-*- coding: ISO-8859-1 -*-
 # pysqlite2/dbapi2.py: the DB-API 2.0 interface
 #
-# Copyright (C) 2004-2005 Gerhard Häring <gh@ghaering.de>
+# Copyright (C) 2004-2005 Gerhard Häring <gh@ghaering.de>
 #
 # This file is part of pysqlite.
 #