]> granicus.if.org Git - python/commitdiff
Issue 28923: Remove editor artifacts from Tix.py.
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 22 Dec 2016 04:59:47 +0000 (23:59 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Thu, 22 Dec 2016 04:59:47 +0000 (23:59 -0500)
Lib/tkinter/tix.py
Misc/NEWS

index 2ed6a77f6f98403ca7d66e31d026a8bcf185c1b1..a1006bdf84692dd8c9ee446145d854959c39ec6d 100644 (file)
@@ -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
index 74266cd1255215a7d26e01dff5af893bfbc52cf0..8bb4aefc91581577e7c16bbd52795bae453d1271 100644 (file)
--- 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