--- you can reply above this line --- 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 -- Unsubscribe from issue emails for this repository. https://bitbucket.org/pypy/pypy/issue/1807/unsubscribe/pypy-issue/07af1bee6348a5d33a2b392406f6bb0be0c4df74/ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
