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 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:47 | admin | set | github: 62633 |
| 2013年07月12日 20:54:22 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg192971 resolution: fixed stage: patch review -> resolved |
| 2013年07月12日 20:12:00 | brett.cannon | set | messages: + msg192965 |
| 2013年07月12日 19:42:56 | vinay.sajip | set | files:
+ changes.diff messages: + msg192961 assignee: docs@python -> vinay.sajip keywords: + patch stage: patch review |
| 2013年07月12日 18:36:03 | brett.cannon | set | nosy:
+ vinay.sajip |
| 2013年07月12日 13:02:08 | brett.cannon | create | |