changeset: 105777:41031fdc924a parent: 105773:c568b6ac5e89 parent: 105776:4a82412a3c51 user: Terry Jan Reedy date: Thu Dec 22 00:04:11 2016 -0500 files: Misc/NEWS description: Issue 28923: Remove editor artifacts from Tix.py, diff -r c568b6ac5e89 -r 41031fdc924a Lib/tkinter/tix.py --- a/Lib/tkinter/tix.py Wed Dec 21 17:30:50 2016 +0100 +++ b/Lib/tkinter/tix.py Thu Dec 22 00:04:11 2016 -0500 @@ -1,7 +1,3 @@ -# -*-mode: python; fill-column: 75; tab-width: 8 -*- -# -# $Id$ -# # Tix.py -- Tix widget wrappers. # # For Tix, see http://tix.sourceforge.net diff -r c568b6ac5e89 -r 41031fdc924a Misc/NEWS --- a/Misc/NEWS Wed Dec 21 17:30:50 2016 +0100 +++ b/Misc/NEWS Thu Dec 22 00:04:11 2016 -0500 @@ -205,6 +205,8 @@ Library ------- +- Issue 28923: Remove editor artifacts from Tix.py. + - Issue #28871: Fixed a crash when deallocate deep ElementTree. - Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and