changeset: 105775:eb8667196f93 branch: 3.5 parent: 105764:957091874ea0 user: Terry Jan Reedy date: Wed Dec 21 23:59:47 2016 -0500 files: Lib/tkinter/tix.py Misc/NEWS description: Issue 28923: Remove editor artifacts from Tix.py. diff -r 957091874ea0 -r eb8667196f93 Lib/tkinter/tix.py --- a/Lib/tkinter/tix.py Wed Dec 21 12:32:56 2016 +0200 +++ b/Lib/tkinter/tix.py Wed Dec 21 23:59:47 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 957091874ea0 -r eb8667196f93 Misc/NEWS --- a/Misc/NEWS Wed Dec 21 12:32:56 2016 +0200 +++ b/Misc/NEWS Wed Dec 21 23:59:47 2016 -0500 @@ -138,6 +138,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