cpython/Lib/venv
Miss Islington (bot) eabca6e593
bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663)
(cherry picked from commit 6811fdaec8)

Co-authored-by: Steve Dower <steve.dower@python.org>
2021-10-07 15:55:05 -07:00
..
scripts [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) 2021-10-07 11:49:47 -04:00
__init__.py bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663) 2021-10-07 15:55:05 -07:00
__main__.py