Kaydet (Commit) 0897f0c4 authored tarafından Skip Montanaro's avatar Skip Montanaro

eliminate unqualified except when checking for presence of LC_MESSAGES

see bug 411881
üst a959a362
...@@ -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