summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2014-07-25 10:26:36 -0700
committerRaymond Hettinger <python@rcn.com>2014-07-25 10:26:36 -0700
commit1b5f58d1670852871a9865a7b67e14626561f8d1 (patch)
tree15cbf2f6911879ad6db24ce1e352b40d24ec1956 /Misc/NEWS
parent2ce9ddd041c8c93ba55d30757960f1f876f9dae8 (diff)
downloadcpython-git-1b5f58d1670852871a9865a7b67e14626561f8d1.tar.gz
Issue #21990: Cleanup unnecessary inner class definition in saxutils.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4cfa3c2af2..4702dfe7bb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,9 @@ Library
socket.error() exceptions with blocking I/O errors: EAGAIN, EALREADY,
EINPROGRESS, or EWOULDBLOCK.
+- Issue #21990: Clean-up unnecessary and slow inner class definition in
+ saxutils (Contributed by Alex Gaynor).
+
- Issue #1730136: Fix the comparison between a tkFont.Font and an object of
another kind.