diff options
author | Seth Troisi <sethtroisi@google.com> | 2020-01-04 13:29:40 -0800 |
---|---|---|
committer | Seth Troisi <sethtroisi@google.com> | 2020-01-06 10:10:26 -0800 |
commit | a8d1da81bb49f266471b67475da33088901fd3c9 (patch) | |
tree | 62ef68760c53029850bcd723a3fc57f7ccbad38a | |
parent | 5668a791b3541e75ae62bae0c8013e9cf9d38d59 (diff) | |
download | numpy-a8d1da81bb49f266471b67475da33088901fd3c9.tar.gz |
DOC: Add release notes for Py3K cleanups.
-rw-r--r-- | doc/release/upcoming_changes/15233.highlight.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/15233.highlight.rst b/doc/release/upcoming_changes/15233.highlight.rst new file mode 100644 index 000000000..df96ee871 --- /dev/null +++ b/doc/release/upcoming_changes/15233.highlight.rst @@ -0,0 +1,4 @@ +* Code compatibility with Python versions < 3.5 (including Python 2) was + dropped from both the python and C code. The shims in numpy.compat will + remain to support third-party packages, but they may be deprecated in a + future release. |