Issue 15157: venvs should include pydoc

Issue15157

Created on 2012-06-24 02:47 by eric.araujo, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg163703 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-06-24 02:47
To get documentation about a module installed in a venv, one needs to use “python -m pydoc” instead of just “pydoc”; I would like a pydoc script with the appropriate shebang to be installed in the venv’s bin dir.

Similar request in virtualenv for the reference: https://github.com/pypa/virtualenv/issues/149
msg163755 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-06-24 09:35
New changeset 84db4c3ce318 by Vinay Sajip in branch 'default':
Closes #15157: pydoc script added to venvs.
http://hg.python.org/cpython/rev/84db4c3ce318
msg163814 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-06-24 17:54
New changeset 9cf4dc975a32 by Éric Araujo in branch 'default':
Restore test that was using pysetup and can now (#15157) use pydoc
http://hg.python.org/cpython/rev/9cf4dc975a32
msg163815 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-06-24 17:55
Great to get this for 3.3, thanks!
History
Date User Action Args
2022-04-11 14:57:31adminsetgithub: 59362
2012-06-24 17:55:08eric.araujosetmessages: + msg163815
2012-06-24 17:54:29python-devsetmessages: + msg163814
2012-06-24 09:35:51python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg163755

resolution: fixed
stage: resolved

2012-06-24 02:47:22eric.araujocreate