[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

[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 -> close

[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 ___ __

[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 _

[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

[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