[Python-checkins] cpython (3.5): add Modules/zlib/zlib.map to .hgeol

matthias.klose python-checkins at python.org
Tue Jan 31 07:36:06 EST 2017


https://hg.python.org/cpython/rev/b4c94b823bfe
changeset:   106348:b4c94b823bfe
branch:      3.5
parent:      106339:e70882558a96
user:        doko at ubuntu.com
date:        Tue Jan 31 13:34:58 2017 +0100
summary:
  add Modules/zlib/zlib.map to .hgeol

files:
  .hgeol |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/.hgeol b/.hgeol
--- a/.hgeol
+++ b/.hgeol
@@ -40,6 +40,9 @@
 
 Lib/test/coding20731.py = BIN
 
+# Windows only zlib upstream file
+Modules/zlib/zlib.map = CRLF
+
 # Windows batch files work best with CRLF, there can be subtle problems with LF
 **.bat = CRLF
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list