diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -355,6 +355,9 @@ Extension Modules Library ------- +- bpo-11822: The dis.dis() function now is able to disassemble nested + code objects. + - bpo-30624: selectors does not take KeyboardInterrupt and SystemExit into account, leaving a fd in a bad state in case of error. Patch by Giampaolo Rodola'. |