PEP 761: Deprecation doesn't affect previous signatures (#4069)

This commit is contained in:
Seth Michael Larson 2024-10-18 14:32:16 -05:00 committed by GitHub
parent dc275b0de1
commit 76c725048d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -197,6 +197,14 @@ commitment that is typically done on a volunteer basis. Thus we see removal
of PGP key management duties as a step towards reducing burnout and stress
of future release managers and improving the sustainability of CPython.
Removing previous PGP signatures
--------------------------------
This PEP doesn't intend to break any infrastructure built around existing Python
versions, instead only changing the expectations around future Python versions.
Thus all PGP signatures that are already available on python.org will continue
to be available even after PGP discontinuance.
Appendix
========