From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Thu, 6 Mar 2025 23:41:03 +0000 (+0000) Subject: gettext: Remove outdated "TODO" comment (#130890) X-Git-Tag: v3.14.0a6~127 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a385add4015c431534e29cd3cfcc5763a62ef048;p=thirdparty%2FPython%2Fcpython.git gettext: Remove outdated "TODO" comment (#130890) --- diff --git a/Lib/gettext.py b/Lib/gettext.py index 4c1f9427459b..6c11ab2b1eb5 100644 --- a/Lib/gettext.py +++ b/Lib/gettext.py @@ -41,9 +41,6 @@ internationalized, to the local language and cultural habits. # 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