Staging
v0.5.1
https://github.com/python/cpython
Revision bb754b503c617821db907a88ae148e2bb0304d31 authored by R David Murray on 30 April 2011, 21:26:32 UTC, committed by R David Murray on 30 April 2011, 21:26:32 UTC
1 parent 9beb34e
Raw File
Tip revision: bb754b503c617821db907a88ae148e2bb0304d31 authored by R David Murray on 30 April 2011, 21:26:32 UTC
#11883: fix email examples by adding 'localhost' to SMTP constructor calls
Tip revision: bb754b5
.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