[Python-Dev] [Python-checkins] r86720 - python/branches/py3k/Misc/ACKS
Terry Reedy
tjreedy at udel.edu
Wed Nov 24 00:07:03 CET 2010
On 11/23/2010 5:43 PM, Éric Araujo wrote:
>> Modified: python/branches/py3k/Misc/ACKS
>> ==============================================================================
>> --- python/branches/py3k/Misc/ACKS (original)
>> +++ python/branches/py3k/Misc/ACKS Tue Nov 23 21:32:47 2010
>> @@ -1,4 +1,4 @@
>> -Acknowledgements
>> +Acknowledgements
>
> This change introduced a so-called UTF-8 BOM in the file. Is
> TortoiseSvn the culprit or a text editor?
I used Notepad to edit the file, TortoiseSvn to commit, the same as I
did for #9222, rev86702, Lib\idlelib\IOBinding.py, yesterday.
If the latter is OK, perhaps *.py gets filtered better than misc. text
files. I believe I have the config as specified in dev/faq.
[miscellany]
enable-auto-props = yes
[auto-props]
* = svn:eol-style=native
*.c = svn:keywords=Id
*.h = svn:keywords=Id
*.py = svn:keywords=Id
*.txt = svn:keywords=Author Date Id Revision
Terry
More information about the Python-Dev
mailing list