Staging
v0.8.1
https://github.com/python/cpython
Revision d5537d071cc2acada7220431a0eea5931c2e8a2d authored by doko@ubuntu.com on 21 March 2013, 20:21:49 UTC, committed by doko@ubuntu.com on 21 March 2013, 20:21:49 UTC
  two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of
  SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
1 parent 03b0116
Raw File
Tip revision: d5537d071cc2acada7220431a0eea5931c2e8a2d authored by doko@ubuntu.com on 21 March 2013, 20:21:49 UTC
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
Tip revision: d5537d0
.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