diff options
author | cmhzc <chmhzc@126.com> | 2021-03-07 09:08:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-07 09:08:50 (GMT) |
commit | 8d00462850b32da4649c3403692ed5515e6a96d1 (patch) | |
tree | 9b2c8a1abcd90c25d562078c38f2c12e00fc294e /Python/symtable.c | |
parent | 8aabfa8550692a76d8a96e138c48faf5a7b2752c (diff) | |
download | cpython-8d00462850b32da4649c3403692ed5515e6a96d1.zip cpython-8d00462850b32da4649c3403692ed5515e6a96d1.tar.gz cpython-8d00462850b32da4649c3403692ed5515e6a96d1.tar.bz2 |
bpo-43319: Fixed the tutorial on venv about standard library (GH-24740)
In the [official tutorial on virtual environment](https://docs.python.org/3/tutorial/venv.html#creating-virtual-environments)
> 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.
According to the actual behavior of `venv` and [PEP 405](https://www.python.org/dev/peps/pep-0405/#id15)'s description about virtual environment, no standard library file is included in the virtual environment's directory.
Automerge-Triggered-By: GH:vsajip
Diffstat (limited to 'Python/symtable.c')
0 files changed, 0 insertions, 0 deletions