mirror of https://github.com/python/cpython
Issue #27365: revert temporary rename
This commit is contained in:
parent
096c6aae87
commit
5deed33e8f
|
@ -77,10 +77,6 @@ def view_file(parent, title, filename, encoding=None, modal=True):
|
||||||
tkMessageBox.showerror(title='File Load Error',
|
tkMessageBox.showerror(title='File Load Error',
|
||||||
message='Unable to load file %r .' % filename,
|
message='Unable to load file %r .' % filename,
|
||||||
parent=parent)
|
parent=parent)
|
||||||
except UnicodeDecodeError as err:
|
|
||||||
tkMessageBox.showerror(title='Unicode Decode Error',
|
|
||||||
message=str(err),
|
|
||||||
parent=parent)
|
|
||||||
else:
|
else:
|
||||||
return view_text(parent, title, contents, modal)
|
return view_text(parent, title, contents, modal)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue