]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104400: pygettext: Prepare to replace TokenEater with a NodeVisitor (#129672)
authorTomas R. <tomas.roun8@gmail.com>
Tue, 4 Feb 2025 22:59:23 +0000 (23:59 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2025 22:59:23 +0000 (22:59 +0000)
commite41ec8e18b078024b02a742272e675ae39778536
treef7255e79e26eeb2833d29c5f49f752e438e51581
parente5f10a741408206e61cf793451cbd373bbe61594
gh-104400: pygettext: Prepare to replace TokenEater with a NodeVisitor (#129672)

* Update the module docstring
* Move ``key_for`` inside the class
* Move ``write_pot_file`` outside the class
Tools/i18n/pygettext.py