25 lines
1004 B
Diff
25 lines
1004 B
Diff
|
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.
|
|||
|
#
|