Matthew Clapp added the comment:
To clarify my intent: I'd really love a way to get the paths info from context
from an existing native venv without affecting the directories of the venv. It
seems like this is what ensure_directories *actually* does if clear==False.
I'm hoping
Change by Matthew Clapp :
--
keywords: +patch
pull_requests: +25250
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/26663
___
Python tracker
<https://bugs.python.org/issu
New submission from Matthew Clapp :
The docs for the venv module, EnvBuilder class, ensure_directories method,
describe behavior that doesn't match what its actual behavior is, (and what the
code is). I propose to update the documentation of the API to match the actual
behavior.