This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cmhzc
Recipients cmhzc, docs@python
Date 2021-02-25.08:36:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614242172.25.0.356452528592.issue43319@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-02-25 08:36:12cmhzcsetrecipients: + cmhzc, docs@python
2021-02-25 08:36:12cmhzcsetmessageid: <1614242172.25.0.356452528592.issue43319@roundup.psfhosted.org>
2021-02-25 08:36:12cmhzclinkissue43319 messages
2021-02-25 08:36:12cmhzccreate