STINNER Victor <victor.stin...@haypocalc.com> added the comment:

MAL agreed to remove "t#" parsing format (#8839), whereas charbuffer_encode() 
main goal was to offer "t#" parsing format to Python object space. 
charbuffer_encode() is now useless in Python3. bytes() accepts any buffer 
object (read-only and read/write buffer), so readbuffer_encode() became useless 
in Python3.

readbuffer_encode() and charbuffer_encode() were never documented, and are not 
used by any 3rd party library.

Can we remove these two functions?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8838>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to