From: Serhiy Storchaka Date: Sun, 22 Feb 2015 15:26:35 +0000 (+0200) Subject: Issue #6639: Module-level turtle functions no longer raise TclError after X-Git-Tag: v3.5.0a2~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f38e483c2982dc5c304dc784d4094ab174d5be5;p=python Issue #6639: Module-level turtle functions no longer raise TclError after closing the window. --- 4f38e483c2982dc5c304dc784d4094ab174d5be5 diff --cc Lib/turtledemo/__main__.py index 6280c8497b,106d058808..106d058808 mode 100755,100755..100644 --- a/Lib/turtledemo/__main__.py +++ b/Lib/turtledemo/__main__.py diff --cc Misc/NEWS index ad03e0a7e4,826eab109d..3bc6a676d0 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -13,8 -13,12 +13,11 @@@ Core and Builtin Library ------- + - Issue #6639: Module-level turtle functions no longer raise TclError after + closing the window. + -- Issues #814253, #9179: Warnings now are raised when group references and - conditional group references are used in lookbehind assertions in regular - expressions. +- Issues #814253, #9179: Group references and conditional group references now + work in lookbehind assertions in regular expressions. - Issue #23215: Multibyte codecs with custom error handlers that ignores errors consumed too much memory and raised SystemError or MemoryError.