New issue 2735: `os.readlink` missing in PyPy3 5.10.1 on Windows
https://bitbucket.org/pypy/pypy/issues/2735/osreadlink-missing-in-pypy3-5101-on

William Minchin:

I'm trying to create a virtual environment using the `venv` module.

```
> C:\Programs\pypy3-v5.10.1-win32\pypy3.exe -m venv environment-name
Error: module 'os' has no attribute 'readlink'
```

Comparing the "regular" Python documentation for Python 2 and 3, it looks like 
this functionality was added to the Windows version of Python 3.

- Python 2 os.readlink() --> 
https://docs.python.org/2/library/os.html#os.readlink
- Python 3 os.readlink() --> 
https://docs.python.org/3/library/os.html#os.readlink

I'm on Windows 10 x64, running PyPy3 v5.10.1 through Powershell.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to