SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72153 0 0 Python

bpo-44388: Update venv EnvBuilder.ensure_directories() docs. (GH-26663)

Ref: 

This changes the documentation for `EnvBuilder.ensure_directories(env_dir)` to match the actual behavior of that API call.

In particular, `ensure_directories()` is not affected by the state of the `upgrade` attribute, and will not cause an error to have existing directories whether or not the `clear` attribute is set.

This documentation change I believe should be valid to all python versions back to 3.6.

Automerge-Triggered-By: GH:vsajip
M
Matthew Clapp committed
4bcef2bb48b3fd82011a89c1c716421b789f1442
Parent: ec8759b
Committed by GitHub <noreply@github.com> on 7/2/2021, 8:48:15 PM