Skip to content

Conversation

@terryjreedy
Copy link
Member

@terryjreedy terryjreedy commented Nov 8, 2017

On one machine, tk see a mouse cursor hovering over one widget.

https://bugs.python.org/issue31971

On one machine, tk see a mouse cursor hovering over one widget.
@terryjreedy
Copy link
Member Author

The two changes are the addition of try: except, so that failure here does not cause a failure elsewhere, and the loosening of the condition for testing the state of custom_keyset_on.

@terryjreedy terryjreedy closed this Nov 8, 2017
@terryjreedy terryjreedy reopened this Nov 8, 2017
def test_set_keys_type(self):
eq = self.assertEqual
d = self.page
del d.set_keys_type
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to put the del inside the try block as well.

@@ -0,0 +1,3 @@
Fix IDLE test failure.

On one machine, tk sees a mouse cursor hovering over one widget.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure how this NEWS entry is rendered in HTML. I suggest to put both sentences on the same line.

@terryjreedy terryjreedy closed this Dec 4, 2017
@terryjreedy terryjreedy deleted the testfail branch December 4, 2017 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants