The understatement in the documentation of the venv module about the method _setup_pip
We are talking about documentation . There is not a single line about the _setup_pip method in it.
However, this is an important method for creating pip in a virtual environment. The _setup_pip method is call only in the create method, only if self.with_pip=True. Can the _setup_pip method be made public and added to the documentation?