Skip to content
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

Fixes for PythonEditor and PythonWidget #980

Merged
merged 2 commits into from
Jul 13, 2021

Conversation

corranwebster
Copy link
Contributor

This mainly kicks-off the deprecation of automatic creation of the widgets in the __init__ method.

This also deprecates the very old wx IPython widget - see #979.

This mainly kicks off the deprecation of automatic creation of the widgets
in the __init__ method.  This also deprecates the very old wx IPython widget.
@rahulporuri rahulporuri self-requested a review July 13, 2021 13:26
Copy link
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

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

LGTM.

@rahulporuri
Copy link
Contributor

Looks like the warnings are showing up in the test run output. It would be nice/cleaner if they didn't.

@corranwebster
Copy link
Contributor Author

Looks like the warnings are showing up in the test run output. It would be nice/cleaner if they didn't.

Right - I forgot to adjust the test cases to avoid using auto-creation. That needs fixing.

@corranwebster
Copy link
Contributor Author

That should fix the warnings from PythonEditor/PythonWidget. I'll make a separate PR to fix any others.

@corranwebster corranwebster merged commit 7db0298 into master Jul 13, 2021
@corranwebster corranwebster deleted the enh/python-widget-fixes branch July 13, 2021 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants