[issue18187] Fix broken link in Doc/library/venv.rst

2013-06-11 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch! -- nosy: +ned.deily resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue18187] Fix broken link in Doc/library/venv.rst

2013-06-11 Thread Roundup Robot
Roundup Robot added the comment: 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 fr

[issue18187] Fix broken link in Doc/library/venv.rst

2013-06-11 Thread Berker Peksag
New submission from Berker Peksag: The correct location of the venv module is Lib/venv, not Lib/venv.py. Attaching a simple patch that fixes the location. -- assignee: docs@python components: Documentation files: venv-location.diff keywords: patch messages: 190958 nosy: berker.peksag, d