[issue43319] A possible misleading expression in the Virtual Environment Tutorial
Change by cmhzc : -- assignee: docs@python components: Documentation nosy: cmhzc, docs@python priority: normal severity: normal status: open title: A possible misleading expression in the Virtual Environment Tutorial type: enhancement versions: Python 3.9 ___ Python tracker <https://bugs.python.org/issue43319> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue12594] Docs for "Using Python on a Macintosh" needs to be updated
cmhzc added the comment: 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. -- nosy: +cmhzc versions: -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue12594> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue43319] A possible misleading expression in the Virtual Environment Tutorial
New submission from 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. -- ___ Python tracker <https://bugs.python.org/issue43319> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue12594] Docs for "Using Python on a Macintosh" needs to be updated
cmhzc added the comment: sorry for posting a wrong message in this issue tracker, this is my first time using the Python issue tracker -- ___ Python tracker <https://bugs.python.org/issue12594> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue43319] A possible misleading expression in the Virtual Environment Tutorial
Change by cmhzc : -- type: enhancement -> behavior ___ Python tracker <https://bugs.python.org/issue43319> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue43319] A possible misleading expression in the Virtual Environment Tutorial
Change by cmhzc : -- keywords: +patch pull_requests: +23511 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24740 ___ Python tracker <https://bugs.python.org/issue43319> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com