diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-22 15:25:33 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-22 15:25:33 (GMT) |
commit | 80a1803193bcaef7a50324974117c3aa3fb0e48f (patch) | |
tree | 61be7ea1dd62d519596fd1eb7b8d918167aee7bb /Misc | |
parent | a3369a524c6f862936c1d8a24e23c796aa91f2c7 (diff) | |
download | cpython-80a1803193bcaef7a50324974117c3aa3fb0e48f.zip cpython-80a1803193bcaef7a50324974117c3aa3fb0e48f.tar.gz cpython-80a1803193bcaef7a50324974117c3aa3fb0e48f.tar.bz2 |
Issue #6639: Module-level turtle functions no longer raise TclError after
closing the window.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ Core and Builtins 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. |