[pypy-issue] Issue #1807: os.readlink unicode behaviour on pypy3 (pypy/pypy)

Floris Bruynooghe issues-reply at bitbucket.org
Mon Jun 30 18:15:40 CEST 2014


New issue 1807: os.readlink unicode behaviour on pypy3
https://bitbucket.org/pypy/pypy/issue/1807/osreadlink-unicode-behaviour-on-pypy3

Floris Bruynooghe:

Hi,

It seems that on pypy3 calling `os.readlink()` with a bytes object returns a unicode result.  I believe the CPython3 behaviour is to return a bytes object if called with bytes and return text if called with text.

PS: I couldn't find a pypy3 repo and saw some py3k branches here, so hope it is the right place.  If not please direct me to the right place.

Thanks




More information about the pypy-issue mailing list