PEP 605: add missing word

This commit is contained in:
Nick Coghlan 2019-10-06 00:44:06 +10:00 committed by GitHub
parent 94935dcd36
commit f7a85c2640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -19,8 +19,9 @@ Rather than proposing more frequent full CPython releases (as PEP 602 does),
or a policy change to allow backwards compatible feature additions later in a
release series (as PEP 598 does), this PEP instead proposes that we create a
rolling stream of production-ready beta releases, together with alpha releases
that are specifically to be suitable as platforms for building extension modules
and wheel archives that are compatible with the subsequent beta releases.
that are specifically designed to be suitable as platforms for building
extension modules and wheel archives that are compatible with the subsequent
beta releases.
The key desired outcome of this proposal is that the usage guidance given for
beta releases would become "suitable for production use only in environments