diff options
author | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-23 19:01:56 -0400 |
---|---|---|
committer | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-23 19:01:56 -0400 |
commit | f2a61663fd69bca5edd9d7ae20def3370b5af34b (patch) | |
tree | 1cbbc9cd43a68b911ff2d71b5a3b40ae9f5873c7 | |
parent | 4e37fd36487f66eef6ff8afb72127a769aeea598 (diff) | |
download | numpy-f2a61663fd69bca5edd9d7ae20def3370b5af34b.tar.gz |
DOC: try to clarify the text about timing from X.Y.1
-rw-r--r-- | doc/neps/nep-0028-deprecation_policy.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/neps/nep-0028-deprecation_policy.rst b/doc/neps/nep-0028-deprecation_policy.rst index f056d2abb..1a6d986fc 100644 --- a/doc/neps/nep-0028-deprecation_policy.rst +++ b/doc/neps/nep-0028-deprecation_policy.rst @@ -168,8 +168,8 @@ Time window on the X.Y.1 CPython release ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ As the first bug fix release is typically a few months after the -initial release, you can achieve the same name effect by making the -window longer which is easier to explain. +initial release, you can achieve the same effect by using a large delay +from the X.Y.0 release which seems simpler to explain. Discussion |