summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-10-13 18:12:32 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-10-13 18:12:32 (GMT)
commit5805ddeedb5624aa6677f5e03e6f505c9920495f (patch)
treee124914965aa30261d753508b10056fbbc7c6141 /Misc
parent83fd0a81a4afff60339b0ead31c3b8317b29fd55 (diff)
downloadcpython-5805ddeedb5624aa6677f5e03e6f505c9920495f.zip
cpython-5805ddeedb5624aa6677f5e03e6f505c9920495f.tar.gz
cpython-5805ddeedb5624aa6677f5e03e6f505c9920495f.tar.bz2
Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in
pickletools.opcodes.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b5a70e5..23b6ebc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -96,6 +96,9 @@ Core and Builtins
Library
-------
+- Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in
+ pickletools.opcodes.
+
- Issue #23972: Updates asyncio datagram create method allowing reuseport
and reuseaddr socket options to be set prior to binding the socket.
Mirroring the existing asyncio create_server method the reuseaddr option