From: Kristján Valur Jónsson Date: Tue, 3 Apr 2012 10:59:26 +0000 (+0000) Subject: Issue #14288: Modify Misc/NEWS X-Git-Tag: v3.3.0a3~322 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f639e03752de93047a433a0bb460e2e57038c3d;p=python Issue #14288: Modify Misc/NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 5d8b97522b..e064b3a8c7 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 -------