[Python-checkins] cpython (merge 3.5 -> 3.6): 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/4a82412a3c51
changeset:   105776:4a82412a3c51
branch:      3.6
parent:      105772:f34dac552ad8
parent:      105775:eb8667196f93
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Thu Dec 22 00:02:36 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
@@ -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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list