]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-85012: Properly reset msgctxt when compiling messages with msgfmt (GH-130525)
authorTomas R. <tomas.roun8@gmail.com>
Thu, 13 Mar 2025 18:40:40 +0000 (19:40 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Mar 2025 18:40:40 +0000 (20:40 +0200)
commit7ea6e88eb490635518c63c3305c03baf3e151555
tree6e5cf9aae2ae95b40c374b3d248cd2cd80f9de05
parentc5abded09995f208b21ebaf012185ca5acb0180b
gh-85012: Properly reset msgctxt when compiling messages with msgfmt (GH-130525)

Add also human-readable snapshots for tests.
Lib/test/test_tools/msgfmt_data/fuzzy.json [new file with mode: 0644]
Lib/test/test_tools/msgfmt_data/general.json [new file with mode: 0644]
Lib/test/test_tools/msgfmt_data/general.mo
Lib/test/test_tools/test_msgfmt.py
Misc/NEWS.d/next/Tools-Demos/2025-02-24-21-36-23.gh-issue-85012.9K1U0E.rst [new file with mode: 0644]
Tools/i18n/msgfmt.py