diff options
author | Thomas Wouters <thomas@python.org> | 2023-11-22 10:43:55 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-11-22 11:20:24 (GMT) |
commit | 9c4347ef8b60f54dd357fd6b2f5ca9edc5105e2a (patch) | |
tree | 9e61d9013443db7718e0dc0ad92520f35ec967b2 /Misc/NEWS.d/next/IDLE | |
parent | ad0e2a9332626dac4588f18626a20c48f4a58a9c (diff) | |
download | cpython-9c4347ef8b60f54dd357fd6b2f5ca9edc5105e2a.zip cpython-9c4347ef8b60f54dd357fd6b2f5ca9edc5105e2a.tar.gz cpython-9c4347ef8b60f54dd357fd6b2f5ca9edc5105e2a.tar.bz2 |
Python 3.13.0a2v3.13.0a2
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-01-07-06-18-25.bpo-35668.JimxP5.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-01-07-06-18-25.bpo-35668.JimxP5.rst b/Misc/NEWS.d/next/IDLE/2019-01-07-06-18-25.bpo-35668.JimxP5.rst deleted file mode 100644 index 8bb5420..0000000 --- a/Misc/NEWS.d/next/IDLE/2019-01-07-06-18-25.bpo-35668.JimxP5.rst +++ /dev/null @@ -1,4 +0,0 @@ -Add docstrings to the IDLE debugger module. Fix two bugs: -initialize Idb.botframe (should be in Bdb); in Idb.in_rpc_code, -check whether prev_frame is None before trying to use it. -Greatly expand test_debugger. |