[pypy-commit] pypy default: encoding error handlers now return unicode or strs to encoders so they can

2012-12-02 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r59245:66eb9aa93bb4 Date: 2012-12-02 14:30 -0800 http://bitbucket.org/pypy/pypy/changeset/66eb9aa93bb4/ Log:encoding error handlers now return unicode or strs to encoders so they can special case bytes results on py3 diff --git a/pypy/module/

[pypy-commit] pypy default: Encoding.

2011-05-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r44058:6cb94685f116 Date: 2011-05-10 22:40 +0200 http://bitbucket.org/pypy/pypy/changeset/6cb94685f116/ Log:Encoding. diff --git a/pypy/module/_multibytecodec/c_codecs.py b/pypy/module/_multibytecodec/c_codecs.py --- a/pypy/module/_multibytecodec/c_cod