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: Fix broken link in Doc/library/venv.rst
Type: Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: berker.peksag, docs@python, ned.deily, python-dev
Priority: normal Keywords: patch

Created on 2013-06-11 10:11 by berker.peksag, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
venv-location.diff berker.peksag, 2013-06-11 10:11 review
Messages (3)
msg190958 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2013-06-11 10:11
The correct location of the venv module is Lib/venv, not Lib/venv.py.

Attaching a simple patch that fixes the location.
msg190993 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-06-11 21:40
New changeset b1eeda9db91d by Ned Deily in branch '3.3':
Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag.
http://hg.python.org/cpython/rev/b1eeda9db91d

New changeset e6fc120012e5 by Ned Deily in branch 'default':
Issue #18187: merge from 3.3
http://hg.python.org/cpython/rev/e6fc120012e5
msg190994 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2013-06-11 21:41
Thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:46adminsetgithub: 62387
2013-06-11 21:41:37ned.deilysetstatus: open -> closed

nosy: + ned.deily
messages: + msg190994

resolution: fixed
stage: resolved
2013-06-11 21:40:53python-devsetnosy: + python-dev
messages: + msg190993
2013-06-11 10:11:42berker.peksagcreate