Staging
v0.5.1
https://github.com/python/cpython
Revision ff1d2f4cc5a165b2d4dcc4b5abe6335cb3626e53 authored by Victor Stinner on 18 May 2011, 11:43:23 UTC, committed by Victor Stinner on 18 May 2011, 11:43:23 UTC
different encodings for the header and the filenames.  Patch by MvL, test by
Eli Bendersky.
1 parent 02a67ac
Raw File
Tip revision: ff1d2f4cc5a165b2d4dcc4b5abe6335cb3626e53 authored by Victor Stinner on 18 May 2011, 11:43:23 UTC
Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, support
Tip revision: ff1d2f4
.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