]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126413: Add translation tests for getopt and optparse (GH-126698) (GH-126755)
authorTomas R. <tomas.roun8@gmail.com>
Fri, 15 Nov 2024 11:06:54 +0000 (12:06 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Nov 2024 11:06:54 +0000 (13:06 +0200)
commit1c158705f1ac92c6ff76715ae0fb02499f33202e
tree517e9b15ce1a05ba4bd8282da59a371bdd5796d3
parentcb07c44e199e20de9f1e0ed42ffcdb8f0a732a0a
[3.13] gh-126413: Add translation tests for getopt and optparse (GH-126698) (GH-126755)

(cherry picked from commit dff074d1446bab23578a6b228b0c59a17006299c)
Lib/test/support/i18n_helper.py [new file with mode: 0644]
Lib/test/test_argparse.py
Lib/test/test_getopt.py
Lib/test/test_optparse.py
Lib/test/translationdata/getopt/msgids.txt [new file with mode: 0644]
Lib/test/translationdata/optparse/msgids.txt [new file with mode: 0644]
Makefile.pre.in