Staging
v0.8.1
https://github.com/python/cpython
Revision 5bcc50c1b55527c18f91ca13d90d05a221b91a65 authored by Antoine Pitrou on 07 May 2011, 17:41:33 UTC, committed by Antoine Pitrou on 07 May 2011, 17:41:33 UTC
2 parent s 4c1aebd + c1d5206
Raw File
Tip revision: 5bcc50c1b55527c18f91ca13d90d05a221b91a65 authored by Antoine Pitrou on 07 May 2011, 17:41:33 UTC
Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented.
Tip revision: 5bcc50c
.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