commit | 188e25f63703f7db17ee5b80e357447d0ec65c6b | [log] [tgz] |
---|---|---|
author | Kurt B. Kaiser <kbk@shore.net> | Tue Nov 25 05:01:00 2003 +0000 |
committer | Kurt B. Kaiser <kbk@shore.net> | Tue Nov 25 05:01:00 2003 +0000 |
tree | 939e9d27ad82c3774b0a8d86442e9575f369fcaa | |
parent | a38123e2fa64e05723cfeb3b25a85e8694a172e9 [diff] |
Fix a typo introduced at 1.21 M IOBinding.py Backported to 23-maint
diff --git a/Lib/idlelib/IOBinding.py b/Lib/idlelib/IOBinding.py index 391be77..bddd4d6 100644 --- a/Lib/idlelib/IOBinding.py +++ b/Lib/idlelib/IOBinding.py
@@ -29,7 +29,7 @@ try: import locale locale.setlocale(locale.LC_CTYPE, "") -except (ImportError, locale.error): +except (ImportError, locale.Error): pass encoding = "ascii"