merge with 3.3

This commit is contained in:
Georg Brandl 2013-05-12 12:37:12 +02:00
commit 7025349aa8
5 changed files with 87 additions and 3 deletions

View file

@ -57,6 +57,10 @@ Creating virtual environments
:attr:`sys.exec_prefix` is the same as :attr:`sys.base_exec_prefix` (they
all point to a non-venv Python installation).
When a venv is active, any options that change the installation path will be
ignored from all distutils configuration files to prevent projects being
inadvertently installed outside of the virtual environment.
API
---