From 536e7a2174e4dcc1a561fa1d225972431ace37ab Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Wed, 21 Dec 2016 23:43:50 -0500 Subject: [PATCH] Issue 28923: Remove editor artifacts from Tix.py, including encoding not recognized by codecs.lookup. --- Lib/lib-tk/Tix.py | 4 ---- Misc/NEWS | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Lib/lib-tk/Tix.py b/Lib/lib-tk/Tix.py index 45e8a90374..d0f8fe750c 100644 --- a/Lib/lib-tk/Tix.py +++ b/Lib/lib-tk/Tix.py @@ -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 diff --git a/Misc/NEWS b/Misc/NEWS index 9f749f4241..97d77a65d6 100644 --- 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. -- 2.50.1