]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96954: Don't run regen-unicodedata in regen-all (#112120)
authorVictor Stinner <vstinner@python.org>
Wed, 15 Nov 2023 17:14:08 +0000 (18:14 +0100)
committerGitHub <noreply@github.com>
Wed, 15 Nov 2023 17:14:08 +0000 (18:14 +0100)
commite5dfcc2b6e1c8450e47acbc6e7d3fd3380ef0f03
tree00068c54e05e14601da9e8af1f3318dc8cf80e33
parentbd2f1485b089bd38d123b4d202a37e567f119482
gh-96954: Don't run regen-unicodedata in regen-all (#112120)

The "make regen-unicodedata" should now be run manually. By the
default, it requires an Internet connection, which is not always the
case. Some Linux distributions build Linux packages in isolated
environment (without network).
Makefile.pre.in