Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:
Thoughts: * The tostring() method should be handled in the same way. * Remediation is easy because from_bytes() is a alias * Still, all removals cause disruption from at least some users * The only real benefit of removing it is a sense of tidiness; otherwise, there's no harm to keeping it (it's not broken). * The other deprecation in the array module says, "Deprecated since version 3.3, will be removed in version 4.0". Perhaps this one should have had the same qualifier. ---------- nosy: +rhettinger _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue38916> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com