Skip to content

The understatement in the documentation of the venv module about the method _setup_pip #99690

@denisxab

Description

@denisxab

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dirstdlibPython modules in the Lib dirtopic-venvRelated to the venv module

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions