Index: Lib/encodings/punycode.py =================================================================== --- Lib/encodings/punycode.py (revision 82984) +++ Lib/encodings/punycode.py (working copy) @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ Codec for the Punicode encoding, as specified in RFC 3492 Written by Martin v. Löwis. Index: Lib/getopt.py =================================================================== --- Lib/getopt.py (revision 82984) +++ Lib/getopt.py (working copy) @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """Parser for command line options. This module helps scripts to parse the command line arguments in @@ -20,7 +19,7 @@ # Gerrit Holl moved the string-based exceptions # to class-based exceptions. # -# Peter Åstrand added gnu_getopt(). +# Peter Ã…strand added gnu_getopt(). # # TODO for gnu_getopt(): # Index: Lib/inspect.py =================================================================== --- Lib/inspect.py (revision 82984) +++ Lib/inspect.py (working copy) @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- """Get useful information from live Python objects. This module encapsulates the interface provided by the internal special Index: Lib/ast.py =================================================================== --- Lib/ast.py (revision 82984) +++ Lib/ast.py (working copy) @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ ast ~~~ Index: Lib/pydoc.py =================================================================== --- Lib/pydoc.py (revision 82984) +++ Lib/pydoc.py (working copy) @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: latin-1 -*- """Generate Python documentation in HTML or text for interactive use. In the Python interpreter, do "from pydoc import help" to provide online Index: Lib/msilib/__init__.py =================================================================== --- Lib/msilib/__init__.py (revision 82984) +++ Lib/msilib/__init__.py (working copy) @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (C) 2005 Martin v. Löwis # Licensed to PSF under a Contributor Agreement. from _msi import * Index: Lib/sqlite3/__init__.py =================================================================== --- Lib/sqlite3/__init__.py (revision 82984) +++ Lib/sqlite3/__init__.py (working copy) @@ -1,7 +1,6 @@ -#-*- coding: ISO-8859-1 -*- # pysqlite2/__init__.py: the pysqlite2 package. # -# Copyright (C) 2005 Gerhard Häring +# Copyright (C) 2005 Gerhard Häring # # This file is part of pysqlite. # Index: Lib/sqlite3/dbapi2.py =================================================================== --- Lib/sqlite3/dbapi2.py (revision 82984) +++ Lib/sqlite3/dbapi2.py (working copy) @@ -1,7 +1,7 @@ -#-*- coding: ISO-8859-1 -*- +#-*- coding: utf-8 -*- # pysqlite2/dbapi2.py: the DB-API 2.0 interface # -# Copyright (C) 2004-2005 Gerhard Häring +# Copyright (C) 2004-2005 Gerhard Häring # # This file is part of pysqlite. #