]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113317, AC: Add libclinic.block_parser module (#116819)
authorVictor Stinner <vstinner@python.org>
Thu, 14 Mar 2024 16:11:39 +0000 (17:11 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Mar 2024 16:11:39 +0000 (16:11 +0000)
commitb54d7c87aaf23fbd67171d0dd3e4f4ab736e6a48
treec8f7b54508e5a8c89b331e9e6b96596817000226
parentbae6579b46df50dee4dbb77ea242270d27cd0c9d
gh-113317, AC: Add libclinic.block_parser module (#116819)

* Move Block and BlockParser classes to a new libclinic.block_parser
  module.
* Move Language and PythonLanguage classes to a new
  libclinic.language module.
Tools/clinic/clinic.py
Tools/clinic/libclinic/block_parser.py [new file with mode: 0644]
Tools/clinic/libclinic/language.py [new file with mode: 0644]