diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-08 09:34:25 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-08 09:34:25 (GMT) |
commit | dd102f7af8bc319205e7efd726af48d50a5ac103 (patch) | |
tree | d5feac621292f0f9e773b9e91b264dcde5e16e88 /Misc | |
parent | 56588b7055a3c503bb7226a41d10be47f4bf2d58 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |