bpo-43795: Document stable_abi.txt format and contents (GH-29956)

Also mention that removals generally aren't allowed.
This commit is contained in:
Petr Viktorin 2021-12-11 00:34:31 +01:00 committed by GitHub
parent 3cb357a2e6
commit 98e506ae8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 0 deletions

View file

@ -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