[Python-checkins] Fix Git attributes of test_importlib data files (#5209)

Victor Stinner webhook-mailer at python.org
Wed Jan 17 04:26:12 EST 2018


https://github.com/python/cpython/commit/44a70e9336765404057b12345465844dc291297a
commit: 44a70e9336765404057b12345465844dc291297a
branch: master
author: Victor Stinner <victor.stinner at gmail.com>
committer: GitHub <noreply at github.com>
date: 2018-01-17T10:26:03+01:00
summary:

Fix Git attributes of test_importlib data files (#5209)

bpo-32248: Make sure that Git checks out data files with Unix line
ending on Windows as well.

files:
M .gitattributes

diff --git a/.gitattributes b/.gitattributes
index 9ec17d12406..0a998a5369f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -26,6 +26,7 @@ Lib/test/decimaltestdata/*.decTest -text
 Lib/test/test_email/data/*.txt -text
 Lib/test/xmltestdata/* -text
 Lib/test/coding20731.py -text
+Lib/test/test_importlib/data01/* -text
 
 # CRLF files
 *.bat text eol=crlf



More information about the Python-checkins mailing list