From 255ea9e6465a623cd50de3c54b592c17d8372415 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sun, 15 Mar 2026 20:59:48 +0000 Subject: [PATCH 1/3] Remove `Misc/indent.pro` --- ...-03-15-20-59-29.gh-issue-145976.rEdUI-.rst | 2 ++ Misc/README | 1 - Misc/indent.pro | 24 ------------------- 3 files changed, 2 insertions(+), 25 deletions(-) create mode 100644 Misc/NEWS.d/next/Tools-Demos/2026-03-15-20-59-29.gh-issue-145976.rEdUI-.rst delete mode 100644 Misc/indent.pro diff --git a/Misc/NEWS.d/next/Tools-Demos/2026-03-15-20-59-29.gh-issue-145976.rEdUI-.rst b/Misc/NEWS.d/next/Tools-Demos/2026-03-15-20-59-29.gh-issue-145976.rEdUI-.rst new file mode 100644 index 00000000000000..9959782b6f6117 --- /dev/null +++ b/Misc/NEWS.d/next/Tools-Demos/2026-03-15-20-59-29.gh-issue-145976.rEdUI-.rst @@ -0,0 +1,2 @@ +Remove :file:`Misc/indent.pro`, a configuration file for GNU +:program:`indent`. diff --git a/Misc/README b/Misc/README index cbad9b72dc713c..eb34ba2cb68b99 100644 --- a/Misc/README +++ b/Misc/README @@ -9,7 +9,6 @@ Files found here ACKS Acknowledgements HISTORY News from previous releases -- oldest last -indent.pro GNU indent profile approximating my C style NEWS News for this release (for some meaning of "this") Porting Mini-FAQ on porting to new platforms python-config.in Python script template for python-config diff --git a/Misc/indent.pro b/Misc/indent.pro deleted file mode 100644 index 02cceb62021453..00000000000000 --- a/Misc/indent.pro +++ /dev/null @@ -1,24 +0,0 @@ ---blank-lines-after-declarations ---blank-lines-after-procedures ---braces-after-func-def-line ---braces-on-if-line ---braces-on-struct-decl-line ---break-after-boolean-operator ---comment-indentation25 ---comment-line-length79 ---continue-at-parentheses ---dont-cuddle-do-while ---dont-cuddle-else ---indent-level4 ---line-length79 ---no-space-after-casts ---no-space-after-function-call-names ---no-space-after-parentheses ---no-tabs ---procnames-start-lines ---space-after-for ---space-after-if ---space-after-while ---swallow-optional-blank-lines --T PyCFunction --T PyObject From 95bd4de1555032ab2a6ed42bbcc73c5f19b78940 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sun, 15 Mar 2026 21:03:06 +0000 Subject: [PATCH 2/3] Also update readme for NEWS.d/ --- Misc/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/README b/Misc/README index eb34ba2cb68b99..49ae3edb7c4b6d 100644 --- a/Misc/README +++ b/Misc/README @@ -9,7 +9,7 @@ Files found here ACKS Acknowledgements HISTORY News from previous releases -- oldest last -NEWS News for this release (for some meaning of "this") +NEWS.d/ News files for this release (for some meaning of "this") Porting Mini-FAQ on porting to new platforms python-config.in Python script template for python-config python.man UNIX man page for the python interpreter From f25a3013b2b4b29b11931c2b611901c90fd81670 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Sun, 15 Mar 2026 21:13:36 +0000 Subject: [PATCH 3/3] link to manpage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> --- .../Tools-Demos/2026-03-15-20-59-29.gh-issue-145976.rEdUI-.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Tools-Demos/2026-03-15-20-59-29.gh-issue-145976.rEdUI-.rst b/Misc/NEWS.d/next/Tools-Demos/2026-03-15-20-59-29.gh-issue-145976.rEdUI-.rst index 9959782b6f6117..17b0f2d797fa48 100644 --- a/Misc/NEWS.d/next/Tools-Demos/2026-03-15-20-59-29.gh-issue-145976.rEdUI-.rst +++ b/Misc/NEWS.d/next/Tools-Demos/2026-03-15-20-59-29.gh-issue-145976.rEdUI-.rst @@ -1,2 +1,2 @@ Remove :file:`Misc/indent.pro`, a configuration file for GNU -:program:`indent`. +:manpage:`indent(1)`.