summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-02-02 20:41:05 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2021-02-02 20:41:05 (GMT)
commit22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3 (patch)
tree961a08965e0bc66dcb60bb6b4ee78778af1bb1bf /Misc/NEWS.d/next/IDLE
parentbb739ec922c6992a2be38f9fd3c544c2cc322dde (diff)
downloadcpython-22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3.zip
cpython-22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3.tar.gz
cpython-22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3.tar.bz2
Python 3.10.0a5
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r--Misc/NEWS.d/next/IDLE/2019-06-30-20-31-09.bpo-32631.e7_4BG.rst2
-rw-r--r--Misc/NEWS.d/next/IDLE/2019-11-14-23-41-07.bpo-23544.3etemb.rst2
-rw-r--r--Misc/NEWS.d/next/IDLE/2021-01-10-01-25-43.bpo-33065.zmyHYJ.rst1
-rw-r--r--Misc/NEWS.d/next/IDLE/2021-01-26-18-12-17.bpo-43008.mbQUc7.rst2
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.