[Python-checkins] cpython (3.5): Issue 28923: Remove editor artifacts from Tix.py.
terry.reedy
python-checkins at python.org
Thu Dec 22 00:04:25 EST 2016
https://hg.python.org/cpython/rev/eb8667196f93
changeset: 105775:eb8667196f93
branch: 3.5
parent: 105764:957091874ea0
user: Terry Jan Reedy <tjreedy at udel.edu>
date: Wed Dec 21 23:59:47 2016 -0500
summary:
Issue 28923: Remove editor artifacts from Tix.py.
files:
Lib/tkinter/tix.py | 4 ----
Misc/NEWS | 2 ++
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/Lib/tkinter/tix.py b/Lib/tkinter/tix.py
--- 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
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list