mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Update Lib/idlelib/idle_test/test_iomenu.py
Co-authored-by: R.C.M <sharktidedev@gmail.com>
This commit is contained in:
parent
a77a5c08db
commit
18a30d2e5b
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ def tearDownClass(cls):
|
|||
del cls.editwin
|
||||
cls.root.update_idletasks()
|
||||
for id in cls.root.tk.call('after', 'info'):
|
||||
cls.root.after_cancel(id)
|
||||
cls.root.after_cancel(id) # Need for EditorWindow.
|
||||
cls.root.destroy()
|
||||
del cls.root
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue