mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Closes #15157: pydoc script added to venvs.
This commit is contained in:
parent
97f43c019f
commit
6aed5fe532
2 changed files with 9 additions and 0 deletions
4
Lib/venv/scripts/nt/pydoc.py
Normal file
4
Lib/venv/scripts/nt/pydoc.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!__VENV_PYTHON__
|
||||
if __name__ == '__main__':
|
||||
import sys, pydoc
|
||||
sys.exit(pydoc.cli())
|
Loading…
Add table
Add a link
Reference in a new issue