diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-10-13 18:13:34 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-10-13 18:13:34 (GMT) |
commit | 5a8bbc5f2a91966839488de6bd02fe783e6c7f2b (patch) | |
tree | 470786a9135d4f0fe25efb16f303d74273008f0d /Misc | |
parent | fa10f61ee54892cc9fc7e08c01dec06f37522156 (diff) | |
parent | 5805ddeedb5624aa6677f5e03e6f505c9920495f (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |