[issue18479] Improvements to Powershell activate script for venv

2013-07-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1ff5e7505696 by Vinay Sajip in branch 'default': Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and removed Deactivate.ps1. http://hg.python.org/cpython/rev/1ff5e7505696 -- nosy: +python-dev resolution: - fixed

[issue18479] Improvements to Powershell activate script for venv

2013-07-17 Thread Paul Moore
New submission from Paul Moore: Some small improvements to the powershell Activate script for venvs: 1. Can be run as a command, rather than needing to be dot sourced. This matches the behaviour of bat files, and of virtualenv's activate script, and avoids a source of user error. 2. Makes