]> granicus.if.org Git - python/commitdiff
Fix Git attributes of test_importlib data files (#5209)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 17 Jan 2018 09:26:03 +0000 (10:26 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2018 09:26:03 +0000 (10:26 +0100)
bpo-32248: Make sure that Git checks out data files with Unix line
ending on Windows as well.

.gitattributes

index 9ec17d12406471e3e113577953979f0d76a2e269..0a998a5369fff949d212b6f0c325b64d70f85f45 100644 (file)
@@ -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