cpython/Lib/venv
Miss Islington (bot) 06935bd68e
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:15 -07:00
..
scripts [3.9] Fix typos in the Lib directory (GH-28775) (GH-28803) 2021-10-07 08:42:38 -07: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:15 -07:00
__main__.py