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


_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to