Skip to content

Commit a385add

Browse files
gettext: Remove outdated "TODO" comment (#130890)
1 parent a025f27 commit a385add

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/gettext.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@
4141
# to do binary searches and lazy initializations. Or you might want to use
4242
# the undocumented double-hash algorithm for .mo files with hash tables, but
4343
# you'll need to study the GNU gettext code to do this.
44-
#
45-
# - Support Solaris .mo file formats. Unfortunately, we've been unable to
46-
# find this format documented anywhere.
4744

4845

4946
import operator

0 commit comments

Comments
 (0)