commit | 81bb97df6138c755e229dcdac9bed747e31b61b3 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Fri May 24 21:59:53 2019 -0400 |
committer | GitHub <noreply@github.com> | Fri May 24 21:59:53 2019 -0400 |
tree | 7822fe2810e11b0ce479251934361b878acaf25c | |
parent | 1bbf7b661f0ac8aac12d5531928d9a85c98ec1a9 [diff] [blame] |
bpo-37038: Make idlelib.run runnable; add test clause (GH-13560)
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 3f19ce7..e1bc009 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,8 @@ ====================================== +bpo-37038: Make idlelib.run runnable; add test clause. + bpo-36958: Print any argument other than None or int passed to SystemExit or sys.exit().