mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
reverting r72823 : Python trunk has to use latin-1 encoding
This commit is contained in:
parent
7c58b09b64
commit
3b5d5fb123
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2005, 2006 Martin von Löwis
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
# Copyright (C) 2005, 2006 Martin von Löwis
|
||||
# Licensed to PSF under a Contributor Agreement.
|
||||
# The bdist_wininst command proper
|
||||
# based on bdist_wininst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue