summaryrefslogtreecommitdiffstats
path: root/Lib/gettext.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/gettext.py')
-rw-r--r--Lib/gettext.py3
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