diff options
author | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-25 18:30:30 -0400 |
---|---|---|
committer | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-25 18:49:32 -0400 |
commit | 783b4eff6888738d9d8e0e70d27e79cda7426fc4 (patch) | |
tree | 115072fd0b4ee707cc1a009393cf0d14de86421f /doc | |
parent | b93cf9e18b7b85640b0d13deed840689668a4c28 (diff) | |
download | numpy-783b4eff6888738d9d8e0e70d27e79cda7426fc4.tar.gz |
DOC: clarify that this will need to be revised for python 4
Diffstat (limited to 'doc')
-rw-r--r-- | doc/neps/nep-0029-deprecation_policy.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/neps/nep-0029-deprecation_policy.rst b/doc/neps/nep-0029-deprecation_policy.rst index 09b0bae26..787ad5eca 100644 --- a/doc/neps/nep-0029-deprecation_policy.rst +++ b/doc/neps/nep-0029-deprecation_policy.rst @@ -78,9 +78,8 @@ does a minor or major release, it is guaranteed that there will be a stable release of all other projects that support the set of ``Python`` the new release will support. -If there is a major version bump in Python this policy will have to be -re-addressed as we can not predict how drastic the changes will be and -how the community will react. +If there is a Python 4 this policy will have to be reviewed in light +of the community's and projects' best interests. Implementation |