]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 7 Jan 2021 00:36:35 +0000 (01:36 +0100)
committerGitHub <noreply@github.com>
Thu, 7 Jan 2021 00:36:35 +0000 (02:36 +0200)
commitdeab1e54ff1695cdbe87f8db3d2c382d8e78330f
tree07e0d8d6cac0d13a29a3817dc4cc968baf64165b
parent849e339a925fb398be31e566c31b99ce6cdb6006
bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147)

Convert from ISO-8859-1 to UTF-8.
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