Skip to content

fix: clarify tk simple-prompt gui message#15265

Open
nightcityblade wants to merge 1 commit into
ipython:mainfrom
nightcityblade:fix/issue-14904
Open

fix: clarify tk simple-prompt gui message#15265
nightcityblade wants to merge 1 commit into
ipython:mainfrom
nightcityblade:fix/issue-14904

Conversation

@nightcityblade

Copy link
Copy Markdown

Summary

  • avoid the contradictory generic event-loop warning for Tk when --simple-prompt is active
  • explain that Tk is natively supported and no event loop hook is installed
  • add a regression test for the Tk simple-prompt message

Testing

  • python -m pytest tests/test_interactiveshell.py::test_enable_gui_tk_simple_prompt_message -q
  • python -m pytest tests/test_interactiveshell.py::test_enable_gui_tk_simple_prompt_message tests/test_interactiveshell.py::test_enable_gui_osx -q

Fixes #14904

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.

Contradictory messages about event loop hook with tk

1 participant