Staging
v0.5.1
https://github.com/python/cpython
Revision 193c34ba86bbe5b0c35c66d1edc89e69fed31391 authored by Ezio Melotti on 09 May 2011, 03:28:42 UTC, committed by Ezio Melotti on 09 May 2011, 03:28:42 UTC
1 parent 7055064
Raw File
Tip revision: 193c34ba86bbe5b0c35c66d1edc89e69fed31391 authored by Ezio Melotti on 09 May 2011, 03:28:42 UTC
#11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported.
Tip revision: 193c34b
.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/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