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, hop, macpherson.scott, ned.deily, ronaldoussoren, yuly
Date 2021-02-25.08:35:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614242148.58.0.0131032380884.issue12594@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:35:48cmhzcsetrecipients: + cmhzc, ronaldoussoren, ned.deily, docs@python, hop, yuly, macpherson.scott
2021-02-25 08:35:48cmhzcsetmessageid: <1614242148.58.0.0131032380884.issue12594@roundup.psfhosted.org>
2021-02-25 08:35:48cmhzclinkissue12594 messages
2021-02-25 08:35:48cmhzccreate