Fix Git attributes of test_importlib data files (#5209) · python/cpython@44a70e9 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 44a70e9
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.
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -26,6 +26,7 @@ Lib/test/decimaltestdata/*.decTest -text | ||
26 | 26 | Lib/test/test_email/data/*.txt -text |
27 | 27 | Lib/test/xmltestdata/* -text |
28 | 28 | Lib/test/coding20731.py -text |
29 | +Lib/test/test_importlib/data01/* -text | |
29 | 30 | |
30 | 31 | # CRLF files |
31 | 32 | *.bat text eol=crlf |