]> 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:43:50 +0000 (23:43 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Thu, 22 Dec 2016 04:43:50 +0000 (23:43 -0500)
including encoding not recognized by codecs.lookup.

Lib/lib-tk/Tix.py
Misc/NEWS

index 45e8a90374b5c7497c760c539c17d84fc8238250..d0f8fe750cee45efaf1b68708cd85e36e072e168 100644 (file)
@@ -1,7 +1,3 @@
-# -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*-
-#
-# $Id$
-#
 # Tix.py -- Tix widget wrappers.
 #
 #       For Tix, see http://tix.sourceforge.net
index 9f749f4241667c3926560e73e7db8da42e7c484c..97d77a65d618c2e219da12a3831c512a520af8e9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Core and Builtins
 Library
 -------
 
+- Issue 28923: Remove editor artifacts from Tix.py,
+  including encoding not recognized by codecs.lookup.
+
 - Issue #29019: Fix dict.fromkeys(x) overallocates when x is sparce dict.
   Original patch by Rasmus Villemoes.