Issue 18433: Clarify venv docs about which methods check for pre-existing paths (original) (raw)
Issue18433
Created on 2013-07-12 13:02 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
changes.diff | vinay.sajip,2013-07-12 19:42 | First attempt at changes. |
Messages (4) | ||
---|---|---|
msg192938 - (view) | Author: Brett Cannon (brett.cannon) * ![]() |
Date: 2013-07-12 13:02 |
E.g. setup_python and create_directories both check that the paths they will create pre-exist, but the docs don't mention this. | ||
msg192961 - (view) | Author: Vinay Sajip (vinay.sajip) * ![]() |
Date: 2013-07-12 19:42 |
I noticed that create_directories is now ensure_directories in the code, but the docs don't reflect this. I've posted changes, do they cover your concerns or have I missed something? | ||
msg192965 - (view) | Author: Brett Cannon (brett.cannon) * ![]() |
Date: 2013-07-12 20:12 |
LGTM On Fri, Jul 12, 2013 at 3:42 PM, Vinay Sajip <report@bugs.python.org> wrote: > > Vinay Sajip added the comment: > > I noticed that create_directories is now ensure_directories in the code, > but the docs don't reflect this. I've posted changes, do they cover your > concerns or have I missed something? > > ---------- > assignee: docs@python -> vinay.sajip > keywords: +patch > stage: -> patch review > Added file: http://bugs.python.org/file30905/changes.diff > > _______________________________________ > Python tracker <report@bugs.python.org> > <http://bugs.python.org/issue18433> > _______________________________________ > | ||
msg192971 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2013-07-12 20:54 |
New changeset 0ca31c07e85e by Vinay Sajip in branch '3.3': Issue #18433: Clarified venv documentation. http://hg.python.org/cpython/rev/0ca31c07e85e New changeset d292635314c9 by Vinay Sajip in branch 'default': Closes #18433: Merged documentation update from 3.3. http://hg.python.org/cpython/rev/d292635314c9 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:47 | admin | set | github: 62633 |
2013-07-12 20:54:22 | python-dev | set | status: open -> closednosy: + python-devmessages: + resolution: fixedstage: patch review -> resolved |
2013-07-12 20:12:00 | brett.cannon | set | messages: + |
2013-07-12 19:42:56 | vinay.sajip | set | files: + changes.diffmessages: + assignee: docs@python -> vinay.sajipkeywords: + patchstage: patch review |
2013-07-12 18:36:03 | brett.cannon | set | nosy: + vinay.sajip |
2013-07-12 13:02:08 | brett.cannon | create |