commit | 1b5f58d1670852871a9865a7b67e14626561f8d1 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Jul 25 10:26:36 2014 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Fri Jul 25 10:26:36 2014 -0700 |
tree | 15cbf2f6911879ad6db24ce1e352b40d24ec1956 | |
parent | 2ce9ddd041c8c93ba55d30757960f1f876f9dae8 [diff] [blame] |
Issue #21990: Cleanup unnecessary inner class definition in saxutils.
diff --git a/Misc/NEWS b/Misc/NEWS index 4cfa3c2..4702dfe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -17,6 +17,9 @@ 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.