From ee24fbbea1bdb09beda671d65feaf73b2bc14fc7 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 16 Jan 2018 23:36:56 +0100 Subject: [PATCH] Fix Git attributes of test_importlib data files bpo-32248: Make sure that Git checks out data files with Unix line ending on Windows as well. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 9ec17d12406471e..0a998a5369fff94 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