diff options
Diffstat (limited to 'Doc/whatsnew/3.7.rst')
-rw-r--r-- | Doc/whatsnew/3.7.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 6074781..3cdc009 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -178,6 +178,14 @@ contextlib :func:`contextlib.asynccontextmanager` has been added. (Contributed by Jelle Zijlstra in :issue:`29679`.) +dis +--- + +The :func:`~dis.dis` function now is able to +disassemble nested code objects (the code of comprehensions, generator +expressions and nested functions, and the code used for building nested +classes). (Contributed by Serhiy Storchaka in :issue:`11822`.) + distutils --------- |