mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5).
This commit is contained in:
commit
5f30f79357
9 changed files with 21 additions and 6 deletions
|
|
@ -17,6 +17,7 @@ class PasteTest(unittest.TestCase):
|
|||
@classmethod
|
||||
def setUpClass(cls):
|
||||
cls.root = root = tk.Tk()
|
||||
cls.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