Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
2000150c
Commit
2000150c
authored
Jul 04, 2017
by
terryjreedy
Committed by
GitHub
Jul 04, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-21624: IDLE -- minor htest fixes (#2575)
parent
7eb5883a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Lib/idlelib/browser.py
Lib/idlelib/browser.py
+1
-1
Lib/idlelib/config_key.py
Lib/idlelib/config_key.py
+1
-0
No files found.
Lib/idlelib/browser.py
View file @
2000150c
...
...
@@ -215,7 +215,7 @@ class MethodBrowserTreeItem(TreeItem):
edit
=
file_open
(
self
.
file
)
edit
.
gotoline
(
self
.
cl
.
methods
[
self
.
name
])
def
_class_browser
(
parent
):
#
Wrapper for htest
def
_class_browser
(
parent
):
#
htest #
try
:
file
=
__file__
except
NameError
:
...
...
Lib/idlelib/config_key.py
View file @
2000150c
...
...
@@ -293,5 +293,6 @@ class GetKeysDialog(Toplevel):
if
__name__
==
'__main__'
:
import
unittest
unittest
.
main
(
'idlelib.idle_test.test_config_key'
,
verbosity
=
2
,
exit
=
False
)
from
idlelib.idle_test.htest
import
run
run
(
GetKeysDialog
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment