commit | 0131aba5ae20d704b972ecd2ef0fc6c9e370a1b3 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Mon Dec 09 14:09:14 2019 +0100 |
committer | GitHub <noreply@github.com> | Mon Dec 09 14:09:14 2019 +0100 |
tree | 2b0d2377452d9be8d09b46f38fffbceb4692110d | |
parent | a1838ec2592e5082c75c77888f2a7a3eb21133e5 [diff] |
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.