[issue27285] Deprecate pyvenv in favor of python3 -m venv

2016-06-10 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue27285] Deprecate pyvenv in favor of python3 -m venv

2016-06-10 Thread Steve Piercy
Steve Piercy added the comment: I saw the patch in 3.6, yet the discussion in issue #25154 called for deprecation in 3.5.1. Was deprecation of `pyvenv` supposed to be implemented in 3.5.1? I couldn't find any other relevant discussion, so apologies for jumping in uninformed. -- ___

[issue27285] Deprecate pyvenv in favor of python3 -m venv

2016-06-10 Thread Berker Peksag
Berker Peksag added the comment: It's actually deprecated in Python 3.6: https://docs.python.org/dev/whatsnew/3.6.html#deprecated-features -- keywords: +easy nosy: +berker.peksag stage: -> needs patch versions: -Python 3.5 ___ Python tracker

[issue27285] Deprecate pyvenv in favor of python3 -m venv

2016-06-10 Thread Steve Piercy
New submission from Steve Piercy: Per https://bugs.python.org/issue25154 `pyvenv` is deprecated in favor of `python3 -m venv`. The docs for Python 3.5+ need to be updated accordingly. -- assignee: docs@python components: Documentation messages: 268104 nosy: docs@python, stevepiercy prio