diff options
author | Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> | 2025-03-06 23:41:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-06 23:41:03 (GMT) |
commit | a385add4015c431534e29cd3cfcc5763a62ef048 (patch) | |
tree | b588f07990aaadc492944ffee838d957a2442a9f | |
parent | a025f27d94afe732be2e9e6f05b9007d04f983a8 (diff) | |
download | cpython-a385add4015c431534e29cd3cfcc5763a62ef048.zip cpython-a385add4015c431534e29cd3cfcc5763a62ef048.tar.gz cpython-a385add4015c431534e29cd3cfcc5763a62ef048.tar.bz2 |
gettext: Remove outdated "TODO" comment (#130890)
-rw-r--r-- | Lib/gettext.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/gettext.py b/Lib/gettext.py index 4c1f942..6c11ab2 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 |