]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gettext: Remove outdated "TODO" comment (#130890)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Thu, 6 Mar 2025 23:41:03 +0000 (23:41 +0000)
committerGitHub <noreply@github.com>
Thu, 6 Mar 2025 23:41:03 +0000 (23:41 +0000)
Lib/gettext.py

index 4c1f9427459b14c8192180e6d637c60fc3cd2a0c..6c11ab2b1eb57091affba895a6fe8bc34de84ecc 100644 (file)
@@ -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