Dustin J. Mitchell added the comment: This fixes the four cases Nick referred to, although not in the functions expected:
- str.encode no longer exists - unicode.decode no longer exists - encoders used by str.encode must return bytes (does not apply to codecs.encode) - decoders used by unicode.decode must return unicode (does not apply to codecs.decode) ---------- keywords: +patch nosy: +djmitche Added file: http://bugs.python.org/file38979/issue19543.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19543> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com