summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-12-22 05:02:36 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-12-22 05:02:36 (GMT)
commit0ba0defb00ebc94eb7b0fb8c3fcb699b9a211174 (patch)
tree95dbd74085c263622efe01fca3cb90c89a906247
parent40e320b31e51a8994725ae330884fdbfc043f357 (diff)
parentc67983b829ce00ad71ac016c200f5e16bfc493f6 (diff)
downloadcpython-0ba0defb00ebc94eb7b0fb8c3fcb699b9a211174.zip
cpython-0ba0defb00ebc94eb7b0fb8c3fcb699b9a211174.tar.gz
cpython-0ba0defb00ebc94eb7b0fb8c3fcb699b9a211174.tar.bz2
Issue 28923: Remove editor artifacts from Tix.py,
-rw-r--r--Lib/tkinter/tix.py4
-rw-r--r--Misc/NEWS2
2 files changed, 2 insertions, 4 deletions
diff --git a/Lib/tkinter/tix.py b/Lib/tkinter/tix.py
index e7cb10a..d9c097a 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 0f7b9f7..85e7823 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,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