diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2016-08-06 09:43:44 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2016-08-06 09:43:44 (GMT) |
commit | fd0f84bd8f1fcf280c49e5b994463fe7a8bcd102 (patch) | |
tree | f03d4e5183ade2b36b83014c322dca413777c307 /Doc/whatsnew | |
parent | c0752011472790e34d171b89f4b862cc3fd8ad08 (diff) | |
download | cpython-fd0f84bd8f1fcf280c49e5b994463fe7a8bcd102.zip cpython-fd0f84bd8f1fcf280c49e5b994463fe7a8bcd102.tar.gz cpython-fd0f84bd8f1fcf280c49e5b994463fe7a8bcd102.tar.bz2 |
Closes #22829: Added --prompt option to venv.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 45bd7d9..7a318e4 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -284,6 +284,14 @@ class has been added to the :mod:`typing` module as (Contributed by Brett Cannon in :issue:`25609`.) +venv +---- + +:mod:`venv` accepts a new parameter ``--prompt``. This parameter provides an +alternative prefix for the virtual environment. (Proposed by Łukasz.Balcerzak +and ported to 3.6 by Stéphane Wirtel in :issue:`22829`.) + + datetime -------- |