]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-126413: Add translation tests for getopt and optparse (GH-126698) (GH-126756)
authorTomas R. <tomas.roun8@gmail.com>
Fri, 15 Nov 2024 11:07:16 +0000 (12:07 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Nov 2024 11:07:16 +0000 (13:07 +0200)
commitad4f8debda413e06d0a24aaa0e45458434d16cb1
tree5d4a2d5dfa8597b9c46a676907e9e87cc9d4bf5c
parent04f38bb775e998e78bb0cb2747ef57f50f129cb5
[3.12] gh-126413: Add translation tests for getopt and optparse (GH-126698) (GH-126756)

(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