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.
Created on 2015年01月09日 06:02 by The Compiler, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg233718 - (view) | Author: Florian Bruhin (The Compiler) * | Date: 2015年01月09日 06:02 | |
https://docs.python.org/3/library/venv.html says: > If the target directory already exists an error will be raised, unless the --clear or --upgrade option was provided. However, that doesn't seem to be the case: [florian@ginny ~]$ python --version Python 3.4.2 [florian@ginny ~]$ pyvenv foobar [florian@ginny ~]$ ls foobar bin include lib lib64 pyvenv.cfg [florian@ginny ~]$ pyvenv foobar [florian@ginny ~]$ |
|||
| msg234572 - (view) | Author: Vinay Sajip (vinay.sajip) * (Python committer) | Date: 2015年01月23日 19:24 | |
The behaviour was changed in 3.4 in response to #15776, but the documentation wasn't updated to match. I will update the docs to remove the reference to the error. |
|||
| msg234573 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2015年01月23日 19:37 | |
New changeset a3a44d871d70 by Vinay Sajip in branch 'default': Closes #23202: pyvenv documentation updated to match its behavior. https://hg.python.org/cpython/rev/a3a44d871d70 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:11 | admin | set | github: 67391 |
| 2015年01月23日 19:37:19 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg234573 resolution: fixed stage: resolved |
| 2015年01月23日 19:24:52 | vinay.sajip | set | messages: + msg234572 |
| 2015年01月09日 06:02:04 | The Compiler | create | |