diff --git a/Doc/library/array.rst b/Doc/library/array.rst index 2ae2a071262a17..6809c512b3f020 100644 --- a/Doc/library/array.rst +++ b/Doc/library/array.rst @@ -173,6 +173,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) @@ -235,6 +237,8 @@ The following data items and methods are also supported: Deprecated alias for :meth:`tobytes`. + .. deprecated-removed:: 3.2 3.9 + .. method:: array.tounicode()