summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-05-08 20:43:50 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-05-08 20:43:50 (GMT)
commit02d9f5e5b2ee2662cb6776ebdafa2f3169452e41 (patch)
treeb5f50062b0813e8d9f6df7c63067bc21201b21e3 /Misc
parentc7cc9850d49354e9e93601d649a3c2bf60f72df8 (diff)
downloadcpython-02d9f5e5b2ee2662cb6776ebdafa2f3169452e41.zip
cpython-02d9f5e5b2ee2662cb6776ebdafa2f3169452e41.tar.gz
cpython-02d9f5e5b2ee2662cb6776ebdafa2f3169452e41.tar.bz2
Issue #26881: The modulefinder module now supports extended opcode arguments.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 870f5a3..f9bb8ef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -116,6 +116,8 @@ Core and Builtins
Library
-------
+- Issue #26881: The modulefinder module now supports extended opcode arguments.
+
- Issue #23815: Fixed crashes related to directly created instances of types in
_tkinter and curses.panel modules.
@@ -125,6 +127,8 @@ Library
- Issue #26873: xmlrpc now raises ResponseError on unsupported type tags
instead of silently return incorrect result.
+- Issue #26881: modulefinder now works with bytecode with extended args.
+
- Issue #26711: Fixed the comparison of plistlib.Data with other types.
- Issue #24114: Fix an uninitialized variable in `ctypes.util`.