]> granicus.if.org Git - python/commit
bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Aug 2019 06:06:16 +0000 (23:06 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2019 06:06:16 +0000 (23:06 -0700)
commitb02e148a0d6e7a11df93a09ea5f4e1b0ad9b77b8
tree1e858d56e8f1868ffb64de1ec32aa097778a5c77
parentc2b9d9f202e4a99fc0800b7a0f0944ac4c2382e3
bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171)

This causes them to be collapsed by default in diffs shown on GitHub.

https://bugs.python.org/issue37760

Automerge-Triggered-By: @benjaminp
(cherry picked from commit 4e3dfcc4b987e683476a1b16456e57d3c9f581cb)

Co-authored-by: Greg Price <gnprice@gmail.com>