mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
back in harness on new config system
This commit is contained in:
parent
72f8213ba4
commit
3b55a891a1
4 changed files with 53 additions and 34 deletions
|
@ -328,7 +328,7 @@ class PyShell(OutputWindow):
|
|||
|
||||
# Override menu bar specs
|
||||
menu_specs = PyShellEditorWindow.menu_specs[:]
|
||||
menu_specs.insert(len(menu_specs)-2, ("debug", "_Debug"))
|
||||
menu_specs.insert(len(menu_specs)-3, ("debug", "_Debug"))
|
||||
|
||||
# New classes
|
||||
from IdleHistory import History
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue