cpython/Lib/venv
Dustin Rodrigues 54f67ad543
bpo-43218: Prevent venv creation when the target directory contains a PATH separator. (GH-24530)
2022-04-13 09:07:10 +01:00
..
scripts
__init__.py bpo-43218: Prevent venv creation when the target directory contains a PATH separator. (GH-24530) 2022-04-13 09:07:10 +01:00
__main__.py