NON-WORKING python with an older version of the MinGW patch.
[fedora-mingw.git] / python / python-2.5.1-sqlite-encoding.patch
1 diff -up Python-2.5.1/Lib/sqlite3/dbapi2.py.encoding Python-2.5.1/Lib/sqlite3/dbapi2.py
2 --- Python-2.5.1/Lib/sqlite3/dbapi2.py.encoding 2007-09-14 10:41:50.000000000 -0400
3 +++ Python-2.5.1/Lib/sqlite3/dbapi2.py  2007-09-14 10:42:00.000000000 -0400
4 @@ -1,7 +1,6 @@
5 -#-*- coding: ISO-8859-1 -*-
6  # pysqlite2/dbapi2.py: the DB-API 2.0 interface
7  #
8 -# Copyright (C) 2004-2005 Gerhard Häring <gh@ghaering.de>
9 +# Copyright (C) 2004-2005 Gerhard Haering <gh@ghaering.de>
10  #
11  # This file is part of pysqlite.
12  #
13 diff -up Python-2.5.1/Lib/sqlite3/__init__.py.encoding Python-2.5.1/Lib/sqlite3/__init__.py
14 --- Python-2.5.1/Lib/sqlite3/__init__.py.encoding       2007-09-14 10:41:47.000000000 -0400
15 +++ Python-2.5.1/Lib/sqlite3/__init__.py        2007-09-14 10:42:06.000000000 -0400
16 @@ -1,7 +1,6 @@
17 -#-*- coding: ISO-8859-1 -*-
18  # pysqlite2/__init__.py: the pysqlite2 package.
19  #
20 -# Copyright (C) 2005 Gerhard Häring <gh@ghaering.de>
21 +# Copyright (C) 2005 Gerhard Haering <gh@ghaering.de>
22  #
23  # This file is part of pysqlite.
24  #