changeset: 105776:4a82412a3c51 branch: 3.6 parent: 105772:f34dac552ad8 parent: 105775:eb8667196f93 user: Terry Jan Reedy date: Thu Dec 22 00:02:36 2016 -0500 files: Lib/tkinter/tix.py Misc/NEWS description: Issue 28923: Remove editor artifacts from Tix.py, diff -r f34dac552ad8 -r 4a82412a3c51 Lib/tkinter/tix.py --- a/Lib/tkinter/tix.py Wed Dec 21 17:29:59 2016 +0100 +++ b/Lib/tkinter/tix.py Thu Dec 22 00:02:36 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 f34dac552ad8 -r 4a82412a3c51 Misc/NEWS --- a/Misc/NEWS Wed Dec 21 17:29:59 2016 +0100 +++ b/Misc/NEWS Thu Dec 22 00:02:36 2016 -0500 @@ -40,6 +40,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