Skip to content

Commit 44a70e9

Browse files
authored
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.
1 parent ced9cb5 commit 44a70e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Lib/test/decimaltestdata/*.decTest -text
2626
Lib/test/test_email/data/*.txt -text
2727
Lib/test/xmltestdata/* -text
2828
Lib/test/coding20731.py -text
29+
Lib/test/test_importlib/data01/* -text
2930

3031
# CRLF files
3132
*.bat text eol=crlf

0 commit comments

Comments
 (0)