https://github.com/python/cpython/commit/757e2ff9d997fb8314e7270d3a71f38c18cc9235
commit: 757e2ff9d997fb8314e7270d3a71f38c18cc9235
branch: main
author: Stan Ulbrych <[email protected]>
committer: itamaro <[email protected]>
date: 2026-03-15T10:14:27-07:00
summary:

gh-145976: Remove `Misc/{Porting,vgrindefs}` (#145973)

Cleanup outdated files under Misc/

files:
A Misc/NEWS.d/next/Tools-Demos/2026-03-15-11-32-35.gh-issue-145976.mqhzmB.rst
D Misc/Porting
D Misc/vgrindefs
M Misc/README

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 f16c460052151c..00000000000000
--- a/Misc/Porting
+++ /dev/null
@@ -1 +0,0 @@
-This document is moved to https://devguide.python.org/porting/
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 <[email protected]>.
-
-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:

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to