diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-07-29 21:05:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 21:05:05 -0400 |
commit | aaa83cdfab6817446285e631232f64b394ac6791 (patch) | |
tree | d41195f1412a533b1c7333b99adcc77f171329a1 /.gitattributes | |
parent | 851cca8c22795a2f143ad5ebc10adab3c7784ad0 (diff) | |
download | cpython-git-aaa83cdfab6817446285e631232f64b394ac6791.tar.gz |
bpo-44771: Apply changes from importlib_resources 5.2.1 (GH-27436)
* bpo-44771: Apply changes from importlib_resources@3b24bd6307
* Add blurb
* Exclude namespacedata01 from eol conversion.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index fd303806da..68566e8992 100644 --- a/.gitattributes +++ b/.gitattributes @@ -28,6 +28,7 @@ Lib/test/test_email/data/*.txt -text Lib/test/xmltestdata/* -text Lib/test/coding20731.py -text Lib/test/test_importlib/data01/* -text +Lib/test/test_importlib/namespacedata01/* -text # CRLF files *.bat text eol=crlf |