mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Rename the "browser" module to "BrowserControl", since Guido did not
like the short, ambiguous name.
This commit is contained in:
parent
8638ace511
commit
6cd948ebd8
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ import imp
|
|||
from Tkinter import *
|
||||
import tkSimpleDialog
|
||||
import tkMessageBox
|
||||
import browser
|
||||
import BrowserControl
|
||||
import idlever
|
||||
import WindowList
|
||||
from IdleConf import idleconf
|
||||
|
|
@ -298,7 +298,7 @@ class EditorWindow:
|
|||
del fn
|
||||
|
||||
def python_docs(self, event=None):
|
||||
browser.open(self.help_url)
|
||||
BrowserControl.open(self.help_url)
|
||||
|
||||
def select_all(self, event=None):
|
||||
self.text.tag_add("sel", "1.0", "end-1c")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue