]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45231: update_file.py preserves end of line (GH-28411)
authorVictor Stinner <vstinner@python.org>
Fri, 17 Sep 2021 18:12:25 +0000 (20:12 +0200)
committerGitHub <noreply@github.com>
Fri, 17 Sep 2021 18:12:25 +0000 (20:12 +0200)
commitc5a677da9e7b2b2aa43b0b6dfb3813c0212379c0
tree9b854c73182d5a4274358a956974f0431648f260
parent778b07565e38cc94aa90318eb47b9cd09716756a
bpo-45231: update_file.py preserves end of line (GH-28411)

The update_file.py tool now preserves the end of line of the updated
file. Fix the "make regen-frozen" command: it no longer changes the
end of line of PCbuild/ files on Unix. Git changes the end of line
depending on the platform.
Tools/scripts/update_file.py