]> granicus.if.org Git - python/commit
Change a bunch of file encodings from Latin-1 to UTF-8.
authorGuido van Rossum <guido@python.org>
Mon, 16 Jul 2007 23:10:57 +0000 (23:10 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 16 Jul 2007 23:10:57 +0000 (23:10 +0000)
commitd77d6992a5e31660a9eb8dc02f6c28d464c75ed8
tree14ac0b661847ce759e4799fd4d1c95af2a459d15
parent6a2ccd0273c9694afd81bc141e2005820a30a29c
Change a bunch of file encodings from Latin-1 to UTF-8.
Remove the encoding from Tix.py (it doesn't seem to need one).
Note: we still have to keep the "coding: utf-8" declaration
for files that aren't pure ASCII, as the default per PEP 3120
hasn't been implemented yet.
Lib/distutils/command/bdist_msi.py
Lib/encodings/punycode.py
Lib/getopt.py
Lib/lib-tk/Tix.py
Lib/msilib/__init__.py
Lib/test/test_csv.py