diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2010-08-17 10:18:16 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2010-08-17 10:18:16 (GMT) |
commit | 09c8123e6f2d01444b03e7971f3e3dec37474490 (patch) | |
tree | ef40c7e94ccba25249313ecd46de2b131e99fd8a /Misc | |
parent | 77203adb7e3c50775b768a846ebc03514e69be77 (diff) | |
download | cpython-09c8123e6f2d01444b03e7971f3e3dec37474490.zip cpython-09c8123e6f2d01444b03e7971f3e3dec37474490.tar.gz cpython-09c8123e6f2d01444b03e7971f3e3dec37474490.tar.bz2 |
Address XXX comment in dis.py: inspect.py now attempts to reuse the dis.py compiler flag values before resorting to defining its own
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -90,6 +90,9 @@ Extensions Library ------- +- Address XXX comment in dis.py by having inspect.py prefer to reuse the + dis.py compiler flag values over defining its own + - Issue #9147: Added dis.code_info() which is similar to show_code() but returns formatted code information in a string rather than displaying on screen. |