[issue35450] venv module doesn't create a copy of python binary by default

2018-12-15 Thread Cheryl Sabella
Cheryl Sabella added the comment: It looks like the documentation has regenerated. Thanks! -- nosy: +cheryl.sabella resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue35450] venv module doesn't create a copy of python binary by default

2018-12-14 Thread Marcin
Marcin added the comment: Actually the documentation hasn't been regenerated yet. I hope it will over night? -- ___ Python tracker ___ ___

[issue35450] venv module doesn't create a copy of python binary by default

2018-12-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: Close this? -- nosy: +terry.reedy versions: -Python 3.5 ___ Python tracker ___ ___ Python-bugs-l

[issue35450] venv module doesn't create a copy of python binary by default

2018-12-14 Thread Brett Cannon
Brett Cannon added the comment: New changeset d5176fe2bcd35dc8d70d13220b58fa7ccd05b47a by Brett Cannon (Miss Islington (bot)) in branch '3.7': bpo-35450: reflect in docs that venv module is not always creating a copy of the Python binary (GH-11144) (GH-11167) https://github.com/python/cpytho

[issue35450] venv module doesn't create a copy of python binary by default

2018-12-14 Thread Brett Cannon
Brett Cannon added the comment: New changeset 1fb312ce1f147ea84ecb6f5993a20d1a85c53dc3 by Brett Cannon (Miss Islington (bot)) in branch '3.6': bpo-35450: reflect in docs that venv module is not always creating a copy of the Python binary (GH-11144) (GH-11168) https://github.com/python/cpytho

[issue35450] venv module doesn't create a copy of python binary by default

2018-12-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +10405 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35450] venv module doesn't create a copy of python binary by default

2018-12-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +10404 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35450] venv module doesn't create a copy of python binary by default

2018-12-14 Thread miss-islington
miss-islington added the comment: New changeset f5107dfd42121ef40b13eb678705802f0ff02cf9 by Miss Islington (bot) (mkkot) in branch 'master': bpo-35450: reflect in docs that venv module is not always creating a … (GH-11144) https://github.com/python/cpython/commit/f5107dfd42121ef40b13eb6787058

[issue35450] venv module doesn't create a copy of python binary by default

2018-12-13 Thread Marcin
Marcin added the comment: I'm very honoured with your request. Doing this for the first time with Python, hope you can accept it despite warnings. https://github.com/python/cpython/pull/11144 -- ___ Python tracker

[issue35450] venv module doesn't create a copy of python binary by default

2018-12-13 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +10375 stage: needs patch -> patch review ___ Python tracker ___ ___ Py

[issue35450] venv module doesn't create a copy of python binary by default

2018-12-11 Thread Brett Cannon
Brett Cannon added the comment: Obviously if you're willing to create a PR, Marcin, that would be great! -- ___ Python tracker ___

[issue35450] venv module doesn't create a copy of python binary by default

2018-12-11 Thread Brett Cannon
Brett Cannon added the comment: Correct, that should say something like "copy/symlink of the Python binary/binaries (as appropriate by the platform or arguments used at environment creation time)." -- nosy: +brett.cannon ___ Python tracker

[issue35450] venv module doesn't create a copy of python binary by default

2018-12-11 Thread Brett Cannon
Change by Brett Cannon : -- stage: -> needs patch versions: +Python 3.5, Python 3.6, Python 3.8 ___ Python tracker ___ ___ Python-b

[issue35450] venv module doesn't create a copy of python binary by default

2018-12-09 Thread Ned Deily
Change by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue35450] venv module doesn't create a copy of python binary by default

2018-12-09 Thread Marcin
New submission from Marcin : Hello, from documentation: https://docs.python.org/3/library/venv.html "python3 -m venv /path/to/new/virtual/environment Running this command creates the target directory (creating any parent directories that don’t exist already) and places a pyvenv.cfg file in it