Staging
v0.5.1
https://github.com/python/cpython
Revision ae8856fe363c65c66f3ae61b57ea2af886c61e32 authored by Victor Stinner on 18 May 2011, 11:48:41 UTC, committed by Victor Stinner on 18 May 2011, 11:48:41 UTC
3.2 (#10801: In zipfile, support different encodings for the header and the
filenames.  Patch by MvL, test by Eli Bendersky.)
1 parent ff1d2f4
Raw File
Tip revision: ae8856fe363c65c66f3ae61b57ea2af886c61e32 authored by Victor Stinner on 18 May 2011, 11:48:41 UTC
Ooops, add the missing file of the backport of commit 33543b4e0e5d from Python
Tip revision: ae8856f
.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