From: Terry Jan Reedy Date: Thu, 22 Dec 2016 04:59:47 +0000 (-0500) Subject: Issue 28923: Remove editor artifacts from Tix.py. X-Git-Tag: v3.5.3rc1~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c67983b829ce00ad71ac016c200f5e16bfc493f6;p=python Issue 28923: Remove editor artifacts from Tix.py. --- diff --git a/Lib/tkinter/tix.py b/Lib/tkinter/tix.py index 2ed6a77f6f..a1006bdf84 100644 --- a/Lib/tkinter/tix.py +++ b/Lib/tkinter/tix.py @@ -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 --git a/Misc/NEWS b/Misc/NEWS index 74266cd125..8bb4aefc91 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -138,6 +138,8 @@ Core and Builtins 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