Issue 36275: DOC: venv.create doesn't include prompt parameter (original) (raw)
In the documentation for the venv
module, there is a module-level convenience function for create
which is missing the prompt
parameter and the version added directive.
venv.create(env_dir, system_site_packages=False, clear=False, symlinks=False, with_pip=False)
Assigning to @Mariatta for the sprints.