Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

venvs should include pydoc #59362

Closed
merwok opened this issue Jun 24, 2012 · 4 comments
Closed

venvs should include pydoc #59362

merwok opened this issue Jun 24, 2012 · 4 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@merwok
Copy link
Member

merwok commented Jun 24, 2012

BPO 15157
Nosy @vsajip, @carljm, @merwok

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/vsajip'
closed_at = <Date 2012-06-24.09:35:51.066>
created_at = <Date 2012-06-24.02:47:22.460>
labels = ['type-bug', 'library']
title = 'venvs should include pydoc'
updated_at = <Date 2012-06-24.17:55:08.929>
user = 'https://github.com/merwok'

bugs.python.org fields:

activity = <Date 2012-06-24.17:55:08.929>
actor = 'eric.araujo'
assignee = 'vinay.sajip'
closed = True
closed_date = <Date 2012-06-24.09:35:51.066>
closer = 'python-dev'
components = ['Library (Lib)']
creation = <Date 2012-06-24.02:47:22.460>
creator = 'eric.araujo'
dependencies = []
files = []
hgrepos = []
issue_num = 15157
keywords = []
message_count = 4.0
messages = ['163703', '163755', '163814', '163815']
nosy_count = 4.0
nosy_names = ['vinay.sajip', 'carljm', 'eric.araujo', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue15157'
versions = ['Python 3.3']

@merwok
Copy link
Member Author

merwok commented Jun 24, 2012

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: pypa/virtualenv#149

@merwok merwok added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Jun 24, 2012
@python-dev
Copy link
Mannequin

python-dev mannequin commented Jun 24, 2012

New changeset 84db4c3ce318 by Vinay Sajip in branch 'default':
Closes bpo-15157: pydoc script added to venvs.
http://hg.python.org/cpython/rev/84db4c3ce318

@python-dev python-dev mannequin closed this as completed Jun 24, 2012
@python-dev
Copy link
Mannequin

python-dev mannequin commented Jun 24, 2012

New changeset 9cf4dc975a32 by Éric Araujo in branch 'default':
Restore test that was using pysetup and can now (bpo-15157) use pydoc
http://hg.python.org/cpython/rev/9cf4dc975a32

@merwok
Copy link
Member Author

merwok commented Jun 24, 2012

Great to get this for 3.3, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants