diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-12-26 04:21:03 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-12-26 04:21:03 (GMT) |
commit | 575fb3195517fc06ec664a1fbfcedf84a2d8ea3a (patch) | |
tree | 274dcd971a753b7219db18f57675f6c496b76c1b /Doc/using | |
parent | b5d55184e0fd05c9d0414ffbcfe5759a8f87d9c3 (diff) | |
download | cpython-575fb3195517fc06ec664a1fbfcedf84a2d8ea3a.zip cpython-575fb3195517fc06ec664a1fbfcedf84a2d8ea3a.tar.gz cpython-575fb3195517fc06ec664a1fbfcedf84a2d8ea3a.tar.bz2 |
shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword.
Also added versionadded for for fish/csh, fixed indentation of versionadded
for ElementTree.write, and make the behavior of shelf as a context manager
explicit in the docs.
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/venv-create.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc index 868bbc8..997e24b 100644 --- a/Doc/using/venv-create.inc +++ b/Doc/using/venv-create.inc @@ -92,3 +92,5 @@ a "deactivate" function, whereas on Windows there are separate scripts called ``deactivate.bat`` and ``Deactivate.ps1`` which are installed when the venv is created. +.. versionadded:: 3.4 + ``fish`` and ``csh`` activation scripts. |