[issue16378] venv.EnvBuilder docstring inconsistencies

2012-11-14 Thread Roundup Robot

Roundup Robot added the comment:

New changeset afb476dc202f by Vinay Sajip in branch '3.3':
Issue #16378: Updated docstrings to reflect the defaults present in the code.
http://hg.python.org/cpython/rev/afb476dc202f

New changeset 6f0e49ed0589 by Vinay Sajip in branch 'default':
Closes #16378: Merged docstring changes from 3.3.
http://hg.python.org/cpython/rev/6f0e49ed0589

--
nosy: +python-dev
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16378
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16378] venv.EnvBuilder docstring inconsistencies

2012-11-01 Thread Éric Araujo

Éric Araujo added the comment:

Tagging for the bug day.

--
keywords: +easy
nosy: +eric.araujo, vinay.sajip

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16378
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16378] venv.EnvBuilder docstring inconsistencies

2012-10-31 Thread Bradley Froehle

New submission from Bradley Froehle:

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.

--
assignee: docs@python
components: Documentation
messages: 174388
nosy: bfroehle, docs@python
priority: normal
severity: normal
status: open
title: venv.EnvBuilder docstring inconsistencies
versions: Python 3.3, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16378
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com