summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-12-06-18-47-56.bpo-38916.K-raU8.rst
blob: cb4c4c03c128a26e9a7ed0b18af5433b64a875ef (plain)
1
2
3
:class:`array.array`: Remove ``tostring()`` and ``fromstring()`` methods.
They were aliases to ``tobytes()`` and ``frombytes()``, deprecated since
Python 3.2.