summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristján Valur Jónsson <kristjan@ccpgames.com>2012-04-03 10:59:26 (GMT)
committerKristján Valur Jónsson <kristjan@ccpgames.com>2012-04-03 10:59:26 (GMT)
commit8f639e03752de93047a433a0bb460e2e57038c3d (patch)
treeba1b2df715759b4ab9478eab31301fa666c6f5e7
parent31668b8f7a3efc7b17511bb08525b28e8ff5f23a (diff)
downloadcpython-8f639e03752de93047a433a0bb460e2e57038c3d.zip
cpython-8f639e03752de93047a433a0bb460e2e57038c3d.tar.gz
cpython-8f639e03752de93047a433a0bb460e2e57038c3d.tar.bz2
Issue #14288: Modify Misc/NEWS
-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
-------