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 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:31 | admin | set | github: 59362 |
| 2012年06月24日 17:55:08 | eric.araujo | set | messages: + msg163815 |
| 2012年06月24日 17:54:29 | python-dev | set | messages: + msg163814 |
| 2012年06月24日 09:35:51 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg163755 resolution: fixed stage: resolved |
| 2012年06月24日 02:47:22 | eric.araujo | create | |