Staging
v0.8.1
https://github.com/python/cpython
Revision af1fee06c96fe24729240498c00ea5fc3d9c5b22 authored by Vinay Sajip on 29 March 2011, 00:07:50 UTC, committed by Vinay Sajip on 29 March 2011, 00:07:50 UTC
1 parent f23c515
Raw File
Tip revision: af1fee06c96fe24729240498c00ea5fc3d9c5b22 authored by Vinay Sajip on 29 March 2011, 00:07:50 UTC
Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX.
Tip revision: af1fee0
.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