8000 bpo-38916: Document array.array deprecation (GH-17523) · python/cpython@0381ea7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0381ea7

Browse files
authored
bpo-38916: Document array.array deprecation (GH-17523)
array.array: Document that tostring() and fromstring() deprecated aliases will be removed in Python 3.9.
1 parent d08fd29 commit 0381ea7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/array.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ The following data items and methods are also supported:
173173

174174
Deprecated alias for :meth:`frombytes`.
175175

176+
.. deprecated-removed:: 3.2 3.9
177+
176178

177179
.. method:: array.fromunicode(s)
178180

@@ -235,6 +237,8 @@ The following data items and methods are also supported:
235237

236238
Deprecated alias for :meth:`tobytes`.
237239

240+
.. deprecated-removed:: 3.2 3.9
241+
238242

239243
.. method:: array.tounicode()
240244

0 commit comments

Comments
 (0)
0