https://github.com/python/cpython/commit/7475887e1e5d7abc0e48c8ea50e4fe123582cdbd commit: 7475887e1e5d7abc0e48c8ea50e4fe123582cdbd branch: main author: Maciej Olko <[email protected]> committer: tomasr8 <[email protected]> date: 2025-08-02T16:37:25+02:00 summary:
Remove incorrect feature coverage comment from msgfmt script's docstring (#112862) Remove feature coverage comment from msgfmt script's docstring msgfmt handles plural forms since cb081b83. The comment was incorrectly applied in 637a33b -- original patch was from before the cb081b83 commit. Co-authored-by: Tomas R. <[email protected]> files: M Tools/i18n/msgfmt.py diff --git a/Tools/i18n/msgfmt.py b/Tools/i18n/msgfmt.py index cd5f1ed9f3e268..65254a7c375456 100755 --- a/Tools/i18n/msgfmt.py +++ b/Tools/i18n/msgfmt.py @@ -5,8 +5,7 @@ This program converts a textual Uniforum-style message catalog (.po file) into a binary GNU catalog (.mo file). This is essentially the same function as the -GNU msgfmt program, however, it is a simpler implementation. Currently it -does not handle plural forms but it does handle message contexts. +GNU msgfmt program, however, it is a simpler implementation. Usage: msgfmt.py [OPTIONS] filename.po _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
