diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,6 +40,9 @@ Core and Builtins Library ------- +- Issue #18538: ``python -m dis`` now uses argparse for argument processing. + Patch by Michele OrrĂ¹. + - Issue #18394: Close cgi.FieldStorage's optional file. - Issue #17702: On error, os.environb now removes suppress the except context |