[issue43513] venv: recreate symlinks on --upgrade

2021-08-26 Thread Scott Macpherson
Change by Scott Macpherson : -- nosy: +macpherson.scott ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue43513] venv: recreate symlinks on --upgrade

2021-03-16 Thread ThiefMaster
New submission from ThiefMaster : When using `python -m venv --upgrade someenv`, it rewrites `pyvenv.cfg` with the current python version but leaves the python symlinks untouched (https://github.com/python/cpython/blob/a8ef4572a6b28bcfc0b10b34fa4204954b9dd761/Lib/venv/__init__.py#L248) This i