-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDLE - Test WidgetRedirector #66139
Comments
Attached is unittest for idlelib.WidgetRedirector |
New changeset 5af194064f96 by Terry Jan Reedy in branch '2.7': New changeset 220d5fdbe22e by Terry Jan Reedy in branch '3.4': |
Attached is the 3.4 code I plan to commit after a trivial 2.7 backport. In the existing htest, 'global previous_tcl_fcn' is unnecessary because of Python's late binding of function locals. No forward definitions are needed. Already deleted in the first patch. Adding this test: I modified a few tests and added a few more. Coverage is now 100%. |
New changeset 53d0776aab53 by Terry Jan Reedy in branch '2.7': New changeset edf2ae293d70 by Terry Jan Reedy in branch '3.4': |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: