Staging
v0.5.1
https://github.com/python/cpython
Revision a0abb4404a839787bc0791c7ea3b261fcd146652 authored by Ned Deily on 06 August 2012, 13:40:48 UTC, committed by Ned Deily on 06 August 2012, 13:40:48 UTC
to avoid curses.unget_wch bug present in older versions of ncurses such as
those shipped with OS X.
1 parent dfca8c9
Raw File
Tip revision: a0abb4404a839787bc0791c7ea3b261fcd146652 authored by Ned Deily on 06 August 2012, 13:40:48 UTC
Issue #15037: Build OS X installers with local copy of ncurses 5.9 libraries
Tip revision: a0abb44
.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/decimaltestdata/*.decTest = BIN
Lib/test/sndhdrdata/sndhdr.* = BIN
Lib/test/test_email/data/msg_26.txt = BIN

Lib/venv/scripts/nt/* = BIN

# All other files (which presumably are human-editable) are "native".
# This must be the last rule!

** = native

[repository]
native = LF
back to top