diff --git a/Doc/library/array.rst b/Doc/library/array.rst index 0da6b48721fb97..901a1356758a35 100644 --- a/Doc/library/array.rst +++ b/Doc/library/array.rst @@ -172,6 +172,8 @@ The following data items and methods are also supported: Deprecated alias for :meth:`frombytes`. + .. deprecated-removed:: 3.2 3.9 + .. method:: array.fromunicode(s) @@ -234,6 +236,8 @@ The following data items and methods are also supported: Deprecated alias for :meth:`tobytes`. + .. deprecated-removed:: 3.2 3.9 + .. method:: array.tounicode()