Make sqlite3 tests editable with Emacs
authorPetri Lehtinen <petri@digip.org>
Thu, 2 Feb 2012 15:17:36 +0000 (17:17 +0200)
committerPetri Lehtinen <petri@digip.org>
Thu, 2 Feb 2012 18:47:59 +0000 (20:47 +0200)
Change the coding declaration from ISO-8859-1 to iso-8859-1. Emacs
doesn't understand the former.

Lib/sqlite3/test/dbapi.py
Lib/sqlite3/test/factory.py
Lib/sqlite3/test/hooks.py
Lib/sqlite3/test/regression.py
Lib/sqlite3/test/transactions.py
Lib/sqlite3/test/types.py
Lib/sqlite3/test/userfunctions.py

index 202bd38876084bb6d8f4e280a1874b85e2ea0ce8..b7ec1ad0d900dc3de77801dd6153260c9a6781d1 100644 (file)
@@ -1,4 +1,4 @@
-#-*- coding: ISO-8859-1 -*-
+#-*- coding: iso-8859-1 -*-
 # pysqlite2/test/dbapi.py: tests for DB-API compliance
 #
 # Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
index 7f6f3473f3e7300dd231e5f2ca0606dcbd1fb2f5..55695851f113b21f7f0beb367e42d929f17c69e8 100644 (file)
@@ -1,4 +1,4 @@
-#-*- coding: ISO-8859-1 -*-
+#-*- coding: iso-8859-1 -*-
 # pysqlite2/test/factory.py: tests for the various factories in pysqlite
 #
 # Copyright (C) 2005-2007 Gerhard Häring <gh@ghaering.de>
index dad35d9674f0672899f3055274703d914352e120..97abe5f2cd2e76bb91aafa92431ec6db291fe1ca 100644 (file)
@@ -1,4 +1,4 @@
-#-*- coding: ISO-8859-1 -*-
+#-*- coding: iso-8859-1 -*-
 # pysqlite2/test/hooks.py: tests for various SQLite-specific hooks
 #
 # Copyright (C) 2006-2007 Gerhard Häring <gh@ghaering.de>
index c7551e35a1bd6f09ab6f16b1f04702e9c855f088..9d7b27639a47244684bf872acd4453952a37deb3 100644 (file)
@@ -1,4 +1,4 @@
-#-*- coding: ISO-8859-1 -*-
+#-*- coding: iso-8859-1 -*-
 # pysqlite2/test/regression.py: pysqlite regression tests
 #
 # Copyright (C) 2006-2010 Gerhard Häring <gh@ghaering.de>
index 70e96a12ed303dc064cc59c13666646454aea17c..feb4fa16969362599d5110daf8be2bec9e1e3c47 100644 (file)
@@ -1,4 +1,4 @@
-#-*- coding: ISO-8859-1 -*-
+#-*- coding: iso-8859-1 -*-
 # pysqlite2/test/transactions.py: tests transactions
 #
 # Copyright (C) 2005-2007 Gerhard Häring <gh@ghaering.de>
index d214f3d630676175cd4d69f5721e03cfc95dfed1..3b4cb6d1d1ad08e6b005aafadf568cc526fbcc84 100644 (file)
@@ -1,4 +1,4 @@
-#-*- coding: ISO-8859-1 -*-
+#-*- coding: iso-8859-1 -*-
 # pysqlite2/test/types.py: tests for type conversion and detection
 #
 # Copyright (C) 2005 Gerhard Häring <gh@ghaering.de>
index 8bfc59168726a50055aea4ad50de53fb91586bfa..0541e2529f2e7a62844ca7c209463e26ac43f236 100644 (file)
@@ -1,4 +1,4 @@
-#-*- coding: ISO-8859-1 -*-
+#-*- coding: iso-8859-1 -*-
 # pysqlite2/test/userfunctions.py: tests for user-defined functions and
 #                                  aggregates.
 #