From: Victor Stinner Date: Wed, 17 Jan 2018 09:26:03 +0000 (+0100) Subject: Fix Git attributes of test_importlib data files (#5209) X-Git-Tag: v3.7.0b1~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44a70e9336765404057b12345465844dc291297a;p=python 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. --- diff --git a/.gitattributes b/.gitattributes index 9ec17d1240..0a998a5369 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