Nick Coghlan added the comment:

There may also be some specific improvement to be made to str.encode, 
bytes.decode and bytearray.decode in relation to the additional type checks 
they do to enforce the appropriate input and output types (see the bizarre 
"expected bytes, not memoryview" example)

----------

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

Reply via email to