summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-10-13 18:13:34 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-10-13 18:13:34 (GMT)
commit5a8bbc5f2a91966839488de6bd02fe783e6c7f2b (patch)
tree470786a9135d4f0fe25efb16f303d74273008f0d /Misc
parentfa10f61ee54892cc9fc7e08c01dec06f37522156 (diff)
parent5805ddeedb5624aa6677f5e03e6f505c9920495f (diff)
downloadcpython-5a8bbc5f2a91966839488de6bd02fe783e6c7f2b.zip
cpython-5a8bbc5f2a91966839488de6bd02fe783e6c7f2b.tar.gz
cpython-5a8bbc5f2a91966839488de6bd02fe783e6c7f2b.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 783d27d..cb8d36d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,9 @@ Library
- Issue #25316: distutils raises OSError instead of DistutilsPlatformError
when MSVC is not installed.
+- 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