]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)
authorVictor Stinner <vstinner@python.org>
Mon, 9 Dec 2019 13:09:14 +0000 (14:09 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Dec 2019 13:09:14 +0000 (14:09 +0100)
commit0131aba5ae20d704b972ecd2ef0fc6c9e370a1b3
tree2b0d2377452d9be8d09b46f38fffbceb4692110d
parenta1838ec2592e5082c75c77888f2a7a3eb21133e5
bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)

array.array: Remove tostring() and fromstring() methods.  They were
aliases to tobytes() and frombytes(), deprecated since Python 3.2.
Doc/library/array.rst
Doc/whatsnew/3.9.rst
Lib/test/test_array.py
Misc/NEWS.d/next/Library/2019-12-06-18-47-56.bpo-38916.K-raU8.rst [new file with mode: 0644]
Modules/arraymodule.c
Modules/clinic/arraymodule.c.h