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

Tarek Ziadé ziade.tarek at gmail.com
Fri Jun 5 15:33:04 CEST 2009


2009/6/5 Eric Smith <eric at trueblade.com>:
> 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.)

No I missed Martin mail in my flow of mails, sorry. I was unaware of
the non-utf8 rule in trunk.

I'll revert that change now.

Tarek


More information about the Python-checkins mailing list