diff options
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2012-04-03 10:59:26 (GMT) |
---|---|---|
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2012-04-03 10:59:26 (GMT) |
commit | 8f639e03752de93047a433a0bb460e2e57038c3d (patch) | |
tree | ba1b2df715759b4ab9478eab31301fa666c6f5e7 | |
parent | 31668b8f7a3efc7b17511bb08525b28e8ff5f23a (diff) | |
download | cpython-8f639e03752de93047a433a0bb460e2e57038c3d.zip cpython-8f639e03752de93047a433a0bb460e2e57038c3d.tar.gz cpython-8f639e03752de93047a433a0bb460e2e57038c3d.tar.bz2 |
Issue #14288: Modify Misc/NEWS
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ------- |