Staging
v0.5.1
https://github.com/python/cpython
Revision a6d2c769fb38129b6654f8e4ad5b6b27af182f2c authored by Victor Stinner on 30 June 2011, 16:20:11 UTC, committed by Victor Stinner on 30 June 2011, 16:20:11 UTC
needed.

Remove also an unused variable (blank) in test_threading.
1 parent eaf399e
Raw File
Tip revision: a6d2c769fb38129b6654f8e4ad5b6b27af182f2c authored by Victor Stinner on 30 June 2011, 16:20:11 UTC
Issue #12451: Open files in binary mode in some tests when the text file is not
Tip revision: a6d2c76
.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