]> granicus.if.org Git - python/commit
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)
commitf854799d8438d66d1997e71cb2ea821e29d33472
tree2a47f5a65e01cbdf7d1a40e054e5eeb402615d82
parentc317a1c185dc31e239d6781553be6bb684434f8d
Make sqlite3 tests editable with Emacs

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