This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Use extended syntax of `set` command in activate.bat/deactivate.bat batch files.
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: piotr.dobrogost, python-dev, vinay.sajip
Priority: normal Keywords:

Created on 2013-04-15 22:12 by piotr.dobrogost, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg187037 - (view) Author: Piotr Dobrogost (piotr.dobrogost) Date: 2013-04-15 22:12
This makes it possible to handle paths/usernames with special characters - see https://github.com/pypa/virtualenv/pull/352
msg189710 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-05-20 22:39
New changeset 66c87d2b3435 by Vinay Sajip in branch '3.3':
Issue #17743: Now use extended syntax of set command in .bat files.
http://hg.python.org/cpython/rev/66c87d2b3435

New changeset 96c842873c30 by Vinay Sajip in branch 'default':
Closes #17743: Merged fix from 3.3.
http://hg.python.org/cpython/rev/96c842873c30
History
Date User Action Args
2022-04-11 14:57:44adminsetgithub: 61943
2013-05-20 22:39:25python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg189710

resolution: fixed
stage: resolved
2013-04-15 22:12:43piotr.dobrogostcreate