Commit 6c4c0ef9 authored by Skip Montanaro's avatar Skip Montanaro

eliminate unqualified except when checking for presence of LC_MESSAGES

see bug 411881
parent 45076089
...@@ -719,7 +719,7 @@ def _print_locale(): ...@@ -719,7 +719,7 @@ def _print_locale():
try: try:
LC_MESSAGES LC_MESSAGES
except: except NameError:
pass pass
else: else:
__all__.append("LC_MESSAGES") __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