Issue 28923: Remove editor artifacts from Tix.py.

This commit is contained in:
Terry Jan Reedy 2016-12-21 23:59:47 -05:00
parent 18f018ca12
commit c67983b829
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -138,6 +138,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