[3.13] gh-126413: Add translation tests for getopt and optparse (GH-126698)#126755
[3.13] gh-126413: Add translation tests for getopt and optparse (GH-126698)#126755serhiy-storchaka merged 2 commits intopython:3.13from
Conversation
…pythonGH-126698) (cherry picked from commit dff074d) Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
|
I'm looking into the test failures |
|
Looks like pygettext is getting tripped up by this: Line 41 in 865f096 This was removed by another PR of mine which was not backported: #126358 (which is why this did not fail on main) @serhiy-storchaka What do you think? |
|
I think that changing pygettext is more preferable. This will benefit not only us, but all users. But if it is non-trivial, backporting #126358 is the second good option. |
I agree that fixing this in pygettext is better, I'm gonna see if I can come up with a simple fix |
|
I think I found a pretty simple fix, I'll send a PR tomorrow :) |
|
CI's looking good now both here and on the 3.12 backport #126756 🙂 @serhiy-storchaka |
(cherry picked from commit dff074d)