]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113317: Move global utility functions into libclinic (#113986)
authorErlend E. Aasland <erlend@python.org>
Sun, 14 Jan 2024 18:26:09 +0000 (19:26 +0100)
committerGitHub <noreply@github.com>
Sun, 14 Jan 2024 18:26:09 +0000 (18:26 +0000)
commit5dbcdfdeb87c5d02b25c9bf83b102c5683032dde
tree2f0b660fabd66411fa39739b2e080554fd6a2d29
parent77b45fa6d0b8c0c14657b5117b21a3f3f2ce97d8
gh-113317: Move global utility functions into libclinic (#113986)

Establish Tools/clinic/libclinic/utils.py and move the following
functions over there:

- compute_checksum()
- create_regex()
- write_file()
Tools/clinic/clinic.py
Tools/clinic/libclinic/__init__.py
Tools/clinic/libclinic/utils.py [new file with mode: 0644]