Staging
v0.5.1
https://github.com/python/cpython
Revision b79f28ccbd0cde0580a8d7198ac62e97e7cfb4c4 authored by Victor Stinner on 25 May 2011, 20:09:03 UTC, committed by Victor Stinner on 25 May 2011, 20:09:03 UTC
1 parent 46f8264
Raw File
Tip revision: b79f28ccbd0cde0580a8d7198ac62e97e7cfb4c4 authored by Victor Stinner on 25 May 2011, 20:09:03 UTC
Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if
Tip revision: b79f28c
.hgeol
[patterns]

# Non human-editable files are binary

**.dsp  = BIN
**.dsw  = BIN
**.mk   = BIN
**.sln  = BIN
**.vcproj  = BIN
**.vsprops = BIN

**.aif  = BIN
**.au   = BIN
**.bmp  = BIN
**.db   = BIN
**.exe  = BIN
**.icns = BIN
**.gif  = BIN
**.ico  = BIN
**.info = BIN
**.jpg  = BIN
**.pck  = BIN
**.png  = BIN
**.psd  = BIN
**.tar  = BIN
**.xar  = BIN
**.zip  = BIN

Lib/email/test/data/msg_26.txt = BIN
Lib/test/cjkencodings/* = BIN
Lib/test/sndhdrdata/sndhdr.* = BIN
Lib/test/decimaltestdata/*.decTest = BIN

# All other files (which presumably are human-editable) are "native".
# This must be the last rule!

** = native

[repository]
native = LF
back to top