summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-08 09:34:25 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-08 09:34:25 (GMT)
commitdd102f7af8bc319205e7efd726af48d50a5ac103 (patch)
treed5feac621292f0f9e773b9e91b264dcde5e16e88 /Misc
parent56588b7055a3c503bb7226a41d10be47f4bf2d58 (diff)
downloadcpython-dd102f7af8bc319205e7efd726af48d50a5ac103.zip
cpython-dd102f7af8bc319205e7efd726af48d50a5ac103.tar.gz
cpython-dd102f7af8bc319205e7efd726af48d50a5ac103.tar.bz2
Issue #28317: The disassembler now decodes FORMAT_VALUE argument.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 237bf6f..f433959 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,8 @@ Core and Builtins
Library
-------
+- Issue #28317: The disassembler now decodes FORMAT_VALUE argument.
+
- Issue #26293: Fixed writing ZIP files that starts not from the start of the
file. Offsets in ZIP file now are relative to the start of the archive in
conforming to the specification.