From 760ae7010751876391a144615adf7c942a11c861 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sun, 15 Mar 2026 10:07:20 +0000 Subject: [PATCH 1/2] Remove `Misc/vgrindefs` --- Misc/Porting | 2 +- Misc/README | 2 -- Misc/vgrindefs | 10 ---------- 3 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 Misc/vgrindefs diff --git a/Misc/Porting b/Misc/Porting index f16c460052151c..7602284106dcd0 100644 --- a/Misc/Porting +++ b/Misc/Porting @@ -1 +1 @@ -This document is moved to https://devguide.python.org/porting/ +This document has moved to https://devguide.python.org/developer-workflow/porting/index.html diff --git a/Misc/README b/Misc/README index cbad9b72dc713c..038f842e0bc02e 100644 --- a/Misc/README +++ b/Misc/README @@ -11,7 +11,6 @@ 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 python.man UNIX man page for the python interpreter python.pc.in Package configuration info template for pkg-config @@ -22,4 +21,3 @@ SpecialBuilds.txt Describes extra symbols you can set for debug builds svnmap.txt Map of old SVN revs and branches to hg changeset ids, help history-digging valgrind-python.supp Valgrind suppression file, see README.valgrind -vgrindefs Python configuration for vgrind (a generic pretty printer) diff --git a/Misc/vgrindefs b/Misc/vgrindefs deleted file mode 100644 index 3e6d8a4629a455..00000000000000 --- a/Misc/vgrindefs +++ /dev/null @@ -1,10 +0,0 @@ -# vgrind is a pretty-printer that takes source code and outputs -# eye-pleasing postscript. The entry below should be added to your -# local vgrindefs file. Contributed by Neale Pickett . - -python|Python|py:\ - :pb=^\d?(def|class)\d\p(\d|\\|\(|\:):\ - :cb=#:ce=$:sb=":se=\e":lb=':le=\e':\ - :kw=assert and break class continue def del elif else except\ - finally for from global if import in is lambda not or\ - pass print raise return try while yield: From a8e54cd2b50fe874bc44bbf901d645dff1589ab0 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sun, 15 Mar 2026 11:32:54 +0000 Subject: [PATCH 2/2] Remove Porting too --- .../Tools-Demos/2026-03-15-11-32-35.gh-issue-145976.mqhzmB.rst | 1 + Misc/Porting | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 Misc/NEWS.d/next/Tools-Demos/2026-03-15-11-32-35.gh-issue-145976.mqhzmB.rst delete mode 100644 Misc/Porting diff --git a/Misc/NEWS.d/next/Tools-Demos/2026-03-15-11-32-35.gh-issue-145976.mqhzmB.rst b/Misc/NEWS.d/next/Tools-Demos/2026-03-15-11-32-35.gh-issue-145976.mqhzmB.rst new file mode 100644 index 00000000000000..0d74776ff900c1 --- /dev/null +++ b/Misc/NEWS.d/next/Tools-Demos/2026-03-15-11-32-35.gh-issue-145976.mqhzmB.rst @@ -0,0 +1 @@ +Remove :file:`Misc/vgrindefs` and :file:`Misc/Porting`. diff --git a/Misc/Porting b/Misc/Porting deleted file mode 100644 index 7602284106dcd0..00000000000000 --- a/Misc/Porting +++ /dev/null @@ -1 +0,0 @@ -This document has moved to https://devguide.python.org/developer-workflow/porting/index.html