summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
diff options
context:
space:
mode:
authorPetr Viktorin <encukou@gmail.com>2021-12-10 23:34:31 (GMT)
committerGitHub <noreply@github.com>2021-12-10 23:34:31 (GMT)
commit98e506ae8a7997658a08fbf77ac016d200588cb3 (patch)
tree6f011328ab69be1b832ed70166643df91ca6c1a0 /Tools/scripts
parent3cb357a2e6ac18ee98db5d450414e773744e3c76 (diff)
downloadcpython-98e506ae8a7997658a08fbf77ac016d200588cb3.zip
cpython-98e506ae8a7997658a08fbf77ac016d200588cb3.tar.gz
cpython-98e506ae8a7997658a08fbf77ac016d200588cb3.tar.bz2
bpo-43795: Document stable_abi.txt format and contents (GH-29956)
Also mention that removals generally aren't allowed.
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-xTools/scripts/stable_abi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/stable_abi.py b/Tools/scripts/stable_abi.py
index 0179f3c..04b1f78 100755
--- a/Tools/scripts/stable_abi.py
+++ b/Tools/scripts/stable_abi.py
@@ -174,6 +174,7 @@ def parse_manifest(file):
parent.abi_only = True
else:
raise_error(f"unknown kind {kind!r}")
+ # When adding more, update the comment in stable_abi.txt.
levels.append((entry, level))
return manifest