[Python-checkins] r72823 - python/trunk/Lib/distutils/command/bdist_msi.py

Eric Smith eric at trueblade.com
Fri Jun 5 15:22:42 CEST 2009


Martin v. Löwis wrote:
>> fixed encoding
>>
>> Modified:
>>    python/trunk/Lib/distutils/command/bdist_msi.py
>>
>> Modified: python/trunk/Lib/distutils/command/bdist_msi.py
>> ==============================================================================
>> --- python/trunk/Lib/distutils/command/bdist_msi.py	(original)
>> +++ python/trunk/Lib/distutils/command/bdist_msi.py	Fri May 22 11:42:43 2009
>> @@ -1,5 +1,5 @@
>> -# -*- coding: iso-8859-1 -*-
>> +# -*- coding: utf-8 -*-
> 
> Why is that a fix? It wasn't broken before (AFAICT), and it violates
> PEP 8 (Encodings) now.

Did this ever get answered? It still says utf-8 in svn.

(Trying to clean out my inbox of open items.)

Eric.



More information about the Python-checkins mailing list