Staging
v0.8.1
https://github.com/python/cpython
Revision ac4e5abc788dfd10474fe3b0a6c5c802d3159763 authored by R David Murray on 03 July 2011, 01:03:19 UTC, committed by R David Murray on 03 July 2011, 01:03:19 UTC
Original patch by Nicolas Estibals.  My tweaks to the patch were mostly
style/cosmetic, and adding more tests.
1 parent 623e8b8
Raw File
Tip revision: ac4e5abc788dfd10474fe3b0a6c5c802d3159763 authored by R David Murray on 03 July 2011, 01:03:19 UTC
#12147: make send_message correctly handle Sender and Resent- headers.
Tip revision: ac4e5ab
.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