diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2020-04-01 09:42:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-01 09:42:59 +0100 |
commit | 6df5d8f8f55156aeb798dfd8be2425e5adbefbf1 (patch) | |
tree | c0d58645a74678769b900276e576c18df23cb8f5 /doc | |
parent | 7668a3353b87b4b1d4a5a31cec16bce36200812d (diff) | |
download | numpy-6df5d8f8f55156aeb798dfd8be2425e5adbefbf1.tar.gz |
Update doc/release/upcoming_changes/15867.deprecation.rst
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/upcoming_changes/15867.deprecation.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/release/upcoming_changes/15867.deprecation.rst b/doc/release/upcoming_changes/15867.deprecation.rst index 96c0d90e8..79e3a638f 100644 --- a/doc/release/upcoming_changes/15867.deprecation.rst +++ b/doc/release/upcoming_changes/15867.deprecation.rst @@ -1,4 +1,6 @@ ``numpy.ndarray.tostring()`` is deprecated in favor of ``tobytes()`` -------------------------------------------------------------------- -`~numpy.ndarray.tobytes` has existed since the 1.9 release, but until this release `~numpy.ndarray.tostring` emitted no warning. -The change to emit a warning brings NumPy in line with the builtin `array.array` methods of the same name. +`~numpy.ndarray.tobytes` has existed since the 1.9 release, but until this +release `~numpy.ndarray.tostring` emitted no warning. The change to emit a +warning brings NumPy in line with the builtin `array.array` methods of the +same name. |