]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126413: Add translation tests for getopt and optparse (GH-126698)
authorTomas R. <tomas.roun8@gmail.com>
Mon, 11 Nov 2024 22:16:39 +0000 (23:16 +0100)
committerGitHub <noreply@github.com>
Mon, 11 Nov 2024 22:16:39 +0000 (00:16 +0200)
commitdff074d1446bab23578a6b228b0c59a17006299c
treec3d91928ccbde4e8398c2ded0f513c49fe060252
parentb697d8c48e5e47c37fdd5dd74de40dfb4d6c0d01
gh-126413: Add translation tests for getopt and optparse (GH-126698)
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