diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-09-12 06:37:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 06:37:42 (GMT) |
commit | 1110c5bc828218086f6397ec05a9312fb73ea30a (patch) | |
tree | e552ff4258e48bb6131e3b2cc2f8b397ee3e4cc0 /.gitattributes | |
parent | 8c813faf864ac1d788a3efc45b4e76c1c3c3b340 (diff) | |
download | cpython-1110c5bc828218086f6397ec05a9312fb73ea30a.zip cpython-1110c5bc828218086f6397ec05a9312fb73ea30a.tar.gz cpython-1110c5bc828218086f6397ec05a9312fb73ea30a.tar.bz2 |
gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index e05ff90..8c37dbb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -24,7 +24,7 @@ PC/classicAppCompat.* binary [attr]noeol -text Lib/test/cjkencodings/* noeol -Lib/test/coding20731.py noeol +Lib/test/tokenizedata/coding20731.py noeol Lib/test/decimaltestdata/*.decTest noeol Lib/test/test_email/data/*.txt noeol Lib/test/test_importlib/resources/data01/* noeol |