summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-12-22 04:59:47 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-12-22 04:59:47 (GMT)
commitc67983b829ce00ad71ac016c200f5e16bfc493f6 (patch)
tree2fe1c4c818e55af781171e790286bf9636943a6d /Misc
parent18f018ca12fccecaefc427927350538d5d37d51e (diff)
downloadcpython-c67983b829ce00ad71ac016c200f5e16bfc493f6.zip
cpython-c67983b829ce00ad71ac016c200f5e16bfc493f6.tar.gz
cpython-c67983b829ce00ad71ac016c200f5e16bfc493f6.tar.bz2
Issue 28923: Remove editor artifacts from Tix.py.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 74266cd..8bb4aef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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