summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5d8b975..e064b3a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,8 @@ Core and Builtins
- Issue #14471: Fix a possible buffer overrun in the winreg module.
+- Issue #14288: Allow the serialization of builtin iterators
+
Library
-------