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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f38e483c2982dc5c304dc784d4094ab174d5be5;p=thirdparty%2FPython%2Fcpython.git Issue #6639: Module-level turtle functions no longer raise TclError after closing the window. --- 4f38e483c2982dc5c304dc784d4094ab174d5be5 diff --cc Lib/turtledemo/__main__.py index 6280c8497b61,106d05880899..106d05880899 mode 100755,100755..100644 --- a/Lib/turtledemo/__main__.py +++ b/Lib/turtledemo/__main__.py diff --cc Misc/NEWS index ad03e0a7e492,826eab109d56..3bc6a676d04f --- 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.