mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #27922: IDLE tests no longer flash tk widgets.
This commit is contained in:
parent
c7bab7cbf5
commit
00b1e0f7ea
6 changed files with 13 additions and 5 deletions
|
@ -16,6 +16,7 @@ class PasteTest(unittest.TestCase):
|
|||
@classmethod
|
||||
def setUpClass(cls):
|
||||
cls.root = root = tk.Tk()
|
||||
root.withdraw()
|
||||
PyShell.fix_x11_paste(root)
|
||||
cls.text = tk.Text(root)
|
||||
cls.entry = tk.Entry(root)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue