Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A possible misleading expression in the Virtual Environment Tutorial #87485

Open
cmhzc mannequin opened this issue Feb 25, 2021 · 2 comments
Open

A possible misleading expression in the Virtual Environment Tutorial #87485

cmhzc mannequin opened this issue Feb 25, 2021 · 2 comments
Labels
3.9 docs type-bug

Comments

@cmhzc
Copy link
Mannequin

@cmhzc cmhzc mannequin commented Feb 25, 2021

BPO 43319
Nosy @miss-islington, @cmhzc, @kamilturek
PRs
  • #24740
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = None
    created_at = <Date 2021-02-25.08:31:46.471>
    labels = ['type-bug', '3.9', 'docs']
    title = 'A possible misleading expression in the Virtual Environment Tutorial'
    updated_at = <Date 2021-03-07.13:57:41.739>
    user = 'https://github.com/cmhzc'

    bugs.python.org fields:

    activity = <Date 2021-03-07.13:57:41.739>
    actor = 'kamilturek'
    assignee = 'docs@python'
    closed = False
    closed_date = None
    closer = None
    components = ['Documentation']
    creation = <Date 2021-02-25.08:31:46.471>
    creator = 'cmhzc'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 43319
    keywords = ['patch']
    message_count = 2.0
    messages = ['387652', '388228']
    nosy_count = 4.0
    nosy_names = ['docs@python', 'miss-islington', 'cmhzc', 'kamilturek']
    pr_nums = ['24740']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue43319'
    versions = ['Python 3.9']

    @cmhzc cmhzc mannequin added type-feature 3.9 labels Feb 25, 2021
    @cmhzc cmhzc mannequin assigned docspython Feb 25, 2021
    @cmhzc cmhzc mannequin added docs type-feature labels Feb 25, 2021
    @cmhzc
    Copy link
    Mannequin Author

    @cmhzc cmhzc mannequin commented Feb 25, 2021

    According to the official tutorial on virtual environment,

    """
    This will create the tutorial-env directory if it doesn’t exist, and also create directories inside it containing a copy of the Python interpreter, **the standard library**, and various supporting files.
    """

    But according to PEP-405 and the actual behavior of venv, the standard library won't be copied. I'm not sure if I'm having a misunderstanding of this expression.

    @cmhzc cmhzc mannequin added type-bug and removed type-feature labels Feb 28, 2021
    @miss-islington
    Copy link
    Contributor

    @miss-islington miss-islington commented Mar 7, 2021

    New changeset 8d00462 by cmhzc in branch 'master':
    bpo-43319: Fixed the tutorial on venv about standard library (GH-24740)
    8d00462

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.9 docs type-bug
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant