https://github.com/python/cpython/commit/a385add4015c431534e29cd3cfcc5763a62ef048 commit: a385add4015c431534e29cd3cfcc5763a62ef048 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> date: 2025-03-06T23:41:03Z summary:
gettext: Remove outdated "TODO" comment (#130890) files: M Lib/gettext.py diff --git a/Lib/gettext.py b/Lib/gettext.py index 4c1f9427459b14..6c11ab2b1eb570 100644 --- a/Lib/gettext.py +++ b/Lib/gettext.py @@ -41,9 +41,6 @@ # to do binary searches and lazy initializations. Or you might want to use # the undocumented double-hash algorithm for .mo files with hash tables, but # you'll need to study the GNU gettext code to do this. -# -# - Support Solaris .mo file formats. Unfortunately, we've been unable to -# find this format documented anywhere. import operator _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com