summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2016-08-06 09:43:44 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2016-08-06 09:43:44 (GMT)
commitfd0f84bd8f1fcf280c49e5b994463fe7a8bcd102 (patch)
treef03d4e5183ade2b36b83014c322dca413777c307 /Doc/whatsnew
parentc0752011472790e34d171b89f4b862cc3fd8ad08 (diff)
downloadcpython-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.rst8
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
--------