diff options
author | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-29 10:23:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-29 10:23:31 -0400 |
commit | 3ed07219d1fa85848009c6a66ffeb3a517f17bf8 (patch) | |
tree | 4bda5e9a5ff6f1b513f146219a64b39395da4d69 /doc | |
parent | 4025dd32035aef58baa60cfc9b211ac2935dd729 (diff) | |
download | numpy-3ed07219d1fa85848009c6a66ffeb3a517f17bf8.tar.gz |
DOC: tweak wording in n-versions alternative
Co-Authored-By: Matt Haberland <mdhaber@mit.edu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/neps/nep-0029-deprecation_policy.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/neps/nep-0029-deprecation_policy.rst b/doc/neps/nep-0029-deprecation_policy.rst index 2a5be94d3..70edd108e 100644 --- a/doc/neps/nep-0029-deprecation_policy.rst +++ b/doc/neps/nep-0029-deprecation_policy.rst @@ -211,8 +211,8 @@ N minor versions of Python Given the current release cadence of the Python, the proposed time (42 months) is roughly equivalent to "the last two" Python minor -versions. However, if Python changes their release cadence, any rule -based on the number of minor releases will need to be changed. +versions. However, if Python changes their release cadence substantially, any rule +based solely on the number of minor releases may need to be changed to remain sensible. Time window on the X.Y.1 Python release |