summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
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 c7a5414..a65c92c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,9 @@ Core and Builtins
Library
-------
+- Issue #16694: Add a pure Python implementation of the operator module.
+ Patch by Zachary Ware.
+
- Issue #11182: remove the unused and undocumented pydoc.Scanner class.
Patch by Martin Morrison.