mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
textView cleanup. Patch 1718043 Tal Einat.
M idlelib/EditorWindow.py M idlelib/aboutDialog.py M idlelib/textView.py M idlelib/NEWS.txt
This commit is contained in:
parent
0b634efcbc
commit
d5f4910afd
4 changed files with 55 additions and 51 deletions
|
@ -392,7 +392,7 @@ class EditorWindow(object):
|
|||
|
||||
def help_dialog(self, event=None):
|
||||
fn=os.path.join(os.path.abspath(os.path.dirname(__file__)),'help.txt')
|
||||
textView.TextViewer(self.top,'Help',fn)
|
||||
textView.view_file(self.top,'Help',fn)
|
||||
|
||||
def python_docs(self, event=None):
|
||||
if sys.platform[:3] == 'win':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue