summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/3.9.4.rst21
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-04-03-21-12-15.bpo-43710._Mj01v.rst4
-rw-r--r--Misc/NEWS.d/next/Library/2020-09-01-10-12-13.bpo-26053.hXikw_.rst1
3 files changed, 21 insertions, 5 deletions
diff --git a/Misc/NEWS.d/3.9.4.rst b/Misc/NEWS.d/3.9.4.rst
new file mode 100644
index 0000000..15c2829
--- /dev/null
+++ b/Misc/NEWS.d/3.9.4.rst
@@ -0,0 +1,21 @@
+.. bpo: 43710
+.. date: 2021-04-03-21-12-15
+.. nonce: _Mj01v
+.. release date: 2021-04-04
+.. section: Core and Builtins
+
+Reverted the fix for https://bugs.python.org/issue42500 as it changed the
+PyThreadState struct size and broke the 3.9.x ABI in the 3.9.3 release
+(visible on 32-bit platforms using binaries compiled using an earlier
+version of Python 3.9.x headers).
+
+..
+
+.. bpo: 26053
+.. date: 2020-09-01-10-12-13
+.. nonce: hXikw_
+.. section: Library
+
+Fixed bug where the :mod:`pdb` interactive run command echoed the args from
+the shell command line, even if those have been overridden at the pdb
+prompt.
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-04-03-21-12-15.bpo-43710._Mj01v.rst b/Misc/NEWS.d/next/Core and Builtins/2021-04-03-21-12-15.bpo-43710._Mj01v.rst
deleted file mode 100644
index cc32efc..0000000
--- a/Misc/NEWS.d/next/Core and Builtins/2021-04-03-21-12-15.bpo-43710._Mj01v.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Reverted the fix for https://bugs.python.org/issue42500 as it changed the
-PyThreadState struct size and broke the 3.9.x ABI in the 3.9.3 release
-(visible on 32-bit platforms using binaries compiled using an earlier
-version of Python 3.9.x headers).
diff --git a/Misc/NEWS.d/next/Library/2020-09-01-10-12-13.bpo-26053.hXikw_.rst b/Misc/NEWS.d/next/Library/2020-09-01-10-12-13.bpo-26053.hXikw_.rst
deleted file mode 100644
index e8720ac..0000000
--- a/Misc/NEWS.d/next/Library/2020-09-01-10-12-13.bpo-26053.hXikw_.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed bug where the :mod:`pdb` interactive run command echoed the args from the shell command line, even if those have been overridden at the pdb prompt.