Commit 0897f0c4 authored by Skip Montanaro's avatar Skip Montanaro

eliminate unqualified except when checking for presence of LC_MESSAGES

see bug 411881
parent a959a362
......@@ -719,7 +719,7 @@ def _print_locale():
try:
LC_MESSAGES
except:
except NameError:
pass
else:
__all__.append("LC_MESSAGES")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment