diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2021-02-02 20:41:05 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-02-02 20:41:05 (GMT) |
commit | 22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3 (patch) | |
tree | 961a08965e0bc66dcb60bb6b4ee78778af1bb1bf /Misc/NEWS.d/next/IDLE | |
parent | bb739ec922c6992a2be38f9fd3c544c2cc322dde (diff) | |
download | cpython-22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3.zip cpython-22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3.tar.gz cpython-22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3.tar.bz2 |
Python 3.10.0a5
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
4 files changed, 0 insertions, 7 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-06-30-20-31-09.bpo-32631.e7_4BG.rst b/Misc/NEWS.d/next/IDLE/2019-06-30-20-31-09.bpo-32631.e7_4BG.rst deleted file mode 100644 index c422f43..0000000 --- a/Misc/NEWS.d/next/IDLE/2019-06-30-20-31-09.bpo-32631.e7_4BG.rst +++ /dev/null @@ -1,2 +0,0 @@ -Finish zzdummy example extension module: make menu entries work; -add docstrings and tests with 100% coverage. diff --git a/Misc/NEWS.d/next/IDLE/2019-11-14-23-41-07.bpo-23544.3etemb.rst b/Misc/NEWS.d/next/IDLE/2019-11-14-23-41-07.bpo-23544.3etemb.rst deleted file mode 100644 index eb4a56b..0000000 --- a/Misc/NEWS.d/next/IDLE/2019-11-14-23-41-07.bpo-23544.3etemb.rst +++ /dev/null @@ -1,2 +0,0 @@ -Disable Debug=>Stack Viewer when user code is running or Debugger -is active, to prevent hang or crash. Patch by Zackery Spytz. diff --git a/Misc/NEWS.d/next/IDLE/2021-01-10-01-25-43.bpo-33065.zmyHYJ.rst b/Misc/NEWS.d/next/IDLE/2021-01-10-01-25-43.bpo-33065.zmyHYJ.rst deleted file mode 100644 index 87948f3..0000000 --- a/Misc/NEWS.d/next/IDLE/2021-01-10-01-25-43.bpo-33065.zmyHYJ.rst +++ /dev/null @@ -1 +0,0 @@ -Fix problem debugging user classes with __repr__ method. diff --git a/Misc/NEWS.d/next/IDLE/2021-01-26-18-12-17.bpo-43008.mbQUc7.rst b/Misc/NEWS.d/next/IDLE/2021-01-26-18-12-17.bpo-43008.mbQUc7.rst deleted file mode 100644 index 55ab67c..0000000 --- a/Misc/NEWS.d/next/IDLE/2021-01-26-18-12-17.bpo-43008.mbQUc7.rst +++ /dev/null @@ -1,2 +0,0 @@ -Make IDLE invoke :func:`sys.excepthook` in normal, 2-process mode. -Patch by Ken Hilton. |