]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-145976: Remove `Misc/{Porting,vgrindefs}` (#145973)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Sun, 15 Mar 2026 17:14:27 +0000 (17:14 +0000)
committerGitHub <noreply@github.com>
Sun, 15 Mar 2026 17:14:27 +0000 (10:14 -0700)
Cleanup outdated files under Misc/

Misc/NEWS.d/next/Tools-Demos/2026-03-15-11-32-35.gh-issue-145976.mqhzmB.rst [new file with mode: 0644]
Misc/Porting [deleted file]
Misc/README
Misc/vgrindefs [deleted file]

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 (file)
index 0000000..0d74776
--- /dev/null
@@ -0,0 +1 @@
+Remove :file:`Misc/vgrindefs` and :file:`Misc/Porting`.
diff --git a/Misc/Porting b/Misc/Porting
deleted file mode 100644 (file)
index f16c460..0000000
+++ /dev/null
@@ -1 +0,0 @@
-This document is moved to https://devguide.python.org/porting/
index cbad9b72dc713c21efcbcc491ba4830a50071a42..038f842e0bc02e436c44270c23416371f12795c4 100644 (file)
@@ -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 (file)
index 3e6d8a4..0000000
+++ /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 <neale@lanl.gov>.
-
-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: