From a385add4015c431534e29cd3cfcc5763a62ef048 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Thu, 6 Mar 2025 23:41:03 +0000 Subject: [PATCH] gettext: Remove outdated "TODO" comment (#130890) --- Lib/gettext.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Lib/gettext.py b/Lib/gettext.py index 4c1f9427459..6c11ab2b1eb 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