Staging
v0.5.1
https://github.com/python/cpython
Revision c1d520634a25fac5dea41f3af70273fc0b3a11ae authored by Antoine Pitrou on 07 May 2011, 17:39:37 UTC, committed by Antoine Pitrou on 07 May 2011, 17:39:37 UTC
1 parent 63e4230
Raw File
Tip revision: c1d520634a25fac5dea41f3af70273fc0b3a11ae authored by Antoine Pitrou on 07 May 2011, 17:39:37 UTC
Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath.
Tip revision: c1d5206
.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