summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2021-04-25 14:49:32 (GMT)
committerGitHub <noreply@github.com>2021-04-25 14:49:32 (GMT)
commit8af929fc76f21fb123f6a47cb3ebcf4e5b758dea (patch)
tree47d517ed84462d4bf49976511afc2e702853c71f /Misc
parent09aa6f914dc313875ff18474770a0a7c13ea8dea (diff)
downloadcpython-8af929fc76f21fb123f6a47cb3ebcf4e5b758dea.zip
cpython-8af929fc76f21fb123f6a47cb3ebcf4e5b758dea.tar.gz
cpython-8af929fc76f21fb123f6a47cb3ebcf4e5b758dea.tar.bz2
bpo-43534: Fix the turtle module working with multiple root windows (GH-25591)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-04-25-13-34-13.bpo-43937.isx95l.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-04-25-13-34-13.bpo-43937.isx95l.rst b/Misc/NEWS.d/next/Library/2021-04-25-13-34-13.bpo-43937.isx95l.rst
new file mode 100644
index 0000000..cb4d90b
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-04-25-13-34-13.bpo-43937.isx95l.rst
@@ -0,0 +1 @@
+Fixed the :mod:`turtle` module working with non-default root window.