diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2021-04-25 10:16:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-25 10:16:49 (GMT) |
commit | b5adc8a7e5c13d175b4d3e53b37bc61de35b1457 (patch) | |
tree | 47e24fd27c68a29a6fc9e978c4980447af983687 /Misc/NEWS.d | |
parent | 3bb3fb3be09d472a43cdc3d9d9578bd49f3dfb8c (diff) | |
download | cpython-b5adc8a7e5c13d175b4d3e53b37bc61de35b1457.zip cpython-b5adc8a7e5c13d175b4d3e53b37bc61de35b1457.tar.gz cpython-b5adc8a7e5c13d175b4d3e53b37bc61de35b1457.tar.bz2 |
bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitient again (GH-24923)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-03-18-15-46-08.bpo-43534.vPE9Us.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-03-18-15-46-08.bpo-43534.vPE9Us.rst b/Misc/NEWS.d/next/Library/2021-03-18-15-46-08.bpo-43534.vPE9Us.rst new file mode 100644 index 0000000..7f2e5a4 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-03-18-15-46-08.bpo-43534.vPE9Us.rst @@ -0,0 +1,2 @@ +:func:`turtle.textinput` and :func:`turtle.numinput` create now a transient +window working on behalf of the canvas window. |