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.

classification
Title: Clarify venv docs about which methods check for pre-existing paths
Type: Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: vinay.sajip Nosy List: brett.cannon, carljm, docs@python, python-dev, vinay.sajip
Priority: normal Keywords: patch

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) * (Python committer) 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) * (Python committer) 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) * (Python committer) 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) (Python triager) 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:47adminsetgithub: 62633
2013-07-12 20:54:22python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg192971

resolution: fixed
stage: patch review -> resolved
2013-07-12 20:12:00brett.cannonsetmessages: + msg192965
2013-07-12 19:42:56vinay.sajipsetfiles: + changes.diff
messages: + msg192961

assignee: docs@python -> vinay.sajip
keywords: + patch
stage: patch review
2013-07-12 18:36:03brett.cannonsetnosy: + vinay.sajip
2013-07-12 13:02:08brett.cannoncreate