You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1005 B
24 lines
1005 B
diff -up Python-2.5.1/Lib/sqlite3/dbapi2.py.encoding Python-2.5.1/Lib/sqlite3/dbapi2.py |
|
--- Python-2.5.1/Lib/sqlite3/dbapi2.py.encoding 2007-09-14 10:41:50.000000000 -0400 |
|
+++ Python-2.5.1/Lib/sqlite3/dbapi2.py 2007-09-14 10:42:00.000000000 -0400 |
|
@@ -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 Haering <gh@ghaering.de> |
|
# |
|
# This file is part of pysqlite. |
|
# |
|
diff -up Python-2.5.1/Lib/sqlite3/__init__.py.encoding Python-2.5.1/Lib/sqlite3/__init__.py |
|
--- Python-2.5.1/Lib/sqlite3/__init__.py.encoding 2007-09-14 10:41:47.000000000 -0400 |
|
+++ Python-2.5.1/Lib/sqlite3/__init__.py 2007-09-14 10:42:06.000000000 -0400 |
|
@@ -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 Haering <gh@ghaering.de> |
|
# |
|
# This file is part of pysqlite. |
|
#
|
|
|