New submission from cmhzc <chm...@126.com>:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43319>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to