Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5deed33

Browse files
committed
Issue #27365: revert temporary rename
1 parent 096c6aa commit 5deed33

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Lib/idlelib/textView.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ def view_file(parent, title, filename, encoding=None, modal=True):
7777
tkMessageBox.showerror(title='File Load Error',
7878
message='Unable to load file %r .' % filename,
7979
parent=parent)
80-
except UnicodeDecodeError as err:
81-
tkMessageBox.showerror(title='Unicode Decode Error',
82-
message=str(err),
83-
parent=parent)
8480
else:
8581
return view_text(parent, title, contents, modal)
8682

0 commit comments

Comments
 (0)