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=Noneclosed_at=Nonecreated_at=<Date2021-02-25.08:31:46.471>labels= ['type-bug', '3.9', 'docs']
title='A possible misleading expression in the Virtual Environment Tutorial'updated_at=<Date2021-03-07.13:57:41.739>user='https://github.com/cmhzc'
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.
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:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: