mirror of https://github.com/python/cpython
reverting r72823 : Python trunk has to use latin-1 encoding
This commit is contained in:
parent
7c58b09b64
commit
3b5d5fb123
|
@ -1,5 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: iso-8859-1 -*-
|
||||||
# Copyright (C) 2005, 2006 Martin von Löwis
|
# Copyright (C) 2005, 2006 Martin von Löwis
|
||||||
# Licensed to PSF under a Contributor Agreement.
|
# Licensed to PSF under a Contributor Agreement.
|
||||||
# The bdist_wininst command proper
|
# The bdist_wininst command proper
|
||||||
# based on bdist_wininst
|
# based on bdist_wininst
|
||||||
|
|
Loading…
Reference in New Issue