[issue15241] venv module and pyvenv script documented, but not python behavior itself

2012-07-13 Thread Roundup Robot

Roundup Robot  added the comment:

New changeset 0dbffd3c1317 by Ned Deily in branch 'default':
Issue #15241: Fix test_prefixes failure in test_venv due to symlink in
http://hg.python.org/cpython/rev/0dbffd3c1317

--

___
Python tracker 

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



[issue15241] venv module and pyvenv script documented, but not python behavior itself

2012-07-03 Thread Roundup Robot

Roundup Robot  added the comment:

New changeset 74fea1763d02 by Vinay Sajip in branch 'default':
Closes #15241: Added information on venv prefixes to pyvenv section.
http://hg.python.org/cpython/rev/74fea1763d02

--
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed

___
Python tracker 

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



[issue15241] venv module and pyvenv script documented, but not python behavior itself

2012-07-03 Thread Vinay Sajip

Vinay Sajip  added the comment:

Note that the prefix values (and their meanings in venv/non-venv environments) 
are documented in the sys module.

--

___
Python tracker 

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



[issue15241] venv module and pyvenv script documented, but not python behavior itself

2012-07-03 Thread Roundup Robot

Roundup Robot  added the comment:

New changeset 18c2519b9114 by Vinay Sajip in branch 'default':
Issue #15241: Added test for venv prefixes.
http://hg.python.org/cpython/rev/18c2519b9114

--

___
Python tracker 

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



[issue15241] venv module and pyvenv script documented, but not python behavior itself

2012-07-03 Thread Roundup Robot

Roundup Robot  added the comment:

New changeset 4a39ea2c1b11 by Vinay Sajip in branch 'default':
Issue 15241: Improved site.py documentation relating to venvs.
http://hg.python.org/cpython/rev/4a39ea2c1b11

--
nosy: +python-dev

___
Python tracker 

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



[issue15241] venv module and pyvenv script documented, but not python behavior itself

2012-07-02 Thread Éric Araujo

New submission from Éric Araujo :

I did not find any doc or test for the behavior of the interpreter in virtual 
mode, only for venv and pyvenv.

A new paragraph in site.py exists, but it’s missing from site.rst, contains 
what I think is an error (saying that sys.prefix is always the real prefix), 
and should be somewhere more obvious than the site docs or linked from 
somewhere more obvious, like the Usage and Setup docs or maybe the tutorial.

--
assignee: docs@python
components: Documentation, Tests
messages: 164563
nosy: docs@python, eric.araujo, vinay.sajip
priority: normal
severity: normal
status: open
title: venv module and pyvenv script documented, but not python behavior itself
versions: Python 3.3

___
Python tracker 

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