From 2c9911abe6e07a96407fe52b2b12b6c694d1e7af Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Wed, 20 Nov 2024 12:52:46 -0600 Subject: Move NEWS entries out of directories with spaces (GH-127067) Cleanup after GH-126063, including moving the `README.rst` files to the new directories. --- Misc/NEWS.d/next/C API/2024-07-03-13-39-13.gh-issue-121058.MKi1MV.rst | 2 -- Misc/NEWS.d/next/C API/README.rst | 3 --- Misc/NEWS.d/next/C_API/2024-07-03-13-39-13.gh-issue-121058.MKi1MV.rst | 2 ++ Misc/NEWS.d/next/C_API/README.rst | 3 +++ Misc/NEWS.d/next/Core and Builtins/README.rst | 3 --- Misc/NEWS.d/next/Core_and_Builtins/README.rst | 3 +++ 6 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 Misc/NEWS.d/next/C API/2024-07-03-13-39-13.gh-issue-121058.MKi1MV.rst delete mode 100644 Misc/NEWS.d/next/C API/README.rst create mode 100644 Misc/NEWS.d/next/C_API/2024-07-03-13-39-13.gh-issue-121058.MKi1MV.rst create mode 100644 Misc/NEWS.d/next/C_API/README.rst delete mode 100644 Misc/NEWS.d/next/Core and Builtins/README.rst create mode 100644 Misc/NEWS.d/next/Core_and_Builtins/README.rst diff --git a/Misc/NEWS.d/next/C API/2024-07-03-13-39-13.gh-issue-121058.MKi1MV.rst b/Misc/NEWS.d/next/C API/2024-07-03-13-39-13.gh-issue-121058.MKi1MV.rst deleted file mode 100644 index 133d8cb..0000000 --- a/Misc/NEWS.d/next/C API/2024-07-03-13-39-13.gh-issue-121058.MKi1MV.rst +++ /dev/null @@ -1,2 +0,0 @@ -``PyThreadState_Clear()`` now warns (and calls ``sys.excepthook``) if the -thread state still has an active exception. diff --git a/Misc/NEWS.d/next/C API/README.rst b/Misc/NEWS.d/next/C API/README.rst deleted file mode 100644 index a4eb261..0000000 --- a/Misc/NEWS.d/next/C API/README.rst +++ /dev/null @@ -1,3 +0,0 @@ -Put news entry `blurb`_ files for the *C API* section in this directory. - -.. _blurb: https://pypi.org/project/blurb/ diff --git a/Misc/NEWS.d/next/C_API/2024-07-03-13-39-13.gh-issue-121058.MKi1MV.rst b/Misc/NEWS.d/next/C_API/2024-07-03-13-39-13.gh-issue-121058.MKi1MV.rst new file mode 100644 index 0000000..133d8cb --- /dev/null +++ b/Misc/NEWS.d/next/C_API/2024-07-03-13-39-13.gh-issue-121058.MKi1MV.rst @@ -0,0 +1,2 @@ +``PyThreadState_Clear()`` now warns (and calls ``sys.excepthook``) if the +thread state still has an active exception. diff --git a/Misc/NEWS.d/next/C_API/README.rst b/Misc/NEWS.d/next/C_API/README.rst new file mode 100644 index 0000000..a4eb261 --- /dev/null +++ b/Misc/NEWS.d/next/C_API/README.rst @@ -0,0 +1,3 @@ +Put news entry `blurb`_ files for the *C API* section in this directory. + +.. _blurb: https://pypi.org/project/blurb/ diff --git a/Misc/NEWS.d/next/Core and Builtins/README.rst b/Misc/NEWS.d/next/Core and Builtins/README.rst deleted file mode 100644 index 0083193..0000000 --- a/Misc/NEWS.d/next/Core and Builtins/README.rst +++ /dev/null @@ -1,3 +0,0 @@ -Put news entry `blurb`_ files for the *Core and Builtins* section in this directory. - -.. _blurb: https://pypi.org/project/blurb/ diff --git a/Misc/NEWS.d/next/Core_and_Builtins/README.rst b/Misc/NEWS.d/next/Core_and_Builtins/README.rst new file mode 100644 index 0000000..0083193 --- /dev/null +++ b/Misc/NEWS.d/next/Core_and_Builtins/README.rst @@ -0,0 +1,3 @@ +Put news entry `blurb`_ files for the *Core and Builtins* section in this directory. + +.. _blurb: https://pypi.org/project/blurb/ -- cgit v0.12