commit | cc49aa13818d0b638fbf1aed5dba12c4a6966a84 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Feb 22 17:22:53 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Feb 22 17:22:53 2015 +0200 |
tree | 780ef69343b389754d0d76fb7be67f17c573b8fc | |
parent | b8285d96f40a635157b0394f7cf9e69d0e6492cf [diff] [blame] |
Issue #6639: Module-level turtle functions no longer raise TclError after closing the window.
diff --git a/Misc/NEWS b/Misc/NEWS index 7d8b7b9..b49d5dd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -116,6 +116,9 @@ Tools/Demos ----------- +- Issue #6639: Module-level turtle functions no longer raise TclError after + closing the window. + - Issue #22314: pydoc now works when the LINES environment variable is set. - Issue #18905: "pydoc -p 0" now outputs actually used port. Based on patch by