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.

Author bfroehle
Recipients bfroehle, docs@python
Date 2012-11-01.04:10:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351743024.49.0.854763959686.issue16378@psf.upfronthosting.co.za>
In-reply-to
Content
Consider the docstring for venv.EnvBuilder::

    By default, the builder makes the system (global) site-packages dir
    available to the created environment.

    By default, the creation process uses symlinks wherever possible.

It seems to suggest that the `system_site_packages` and `symlink` parameters both default to True, even though the default values for each are False.

The docstring for venv.create is similarly misleading.
History
Date User Action Args
2012-11-01 04:10:24bfroehlesetrecipients: + bfroehle, docs@python
2012-11-01 04:10:24bfroehlesetmessageid: <1351743024.49.0.854763959686.issue16378@psf.upfronthosting.co.za>
2012-11-01 04:10:24bfroehlelinkissue16378 messages
2012-11-01 04:10:23bfroehlecreate