mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ...
This commit is contained in:
parent
56fe854a77
commit
61d003a8f1
3 changed files with 3 additions and 9 deletions
|
@ -1,5 +0,0 @@
|
|||
#!__VENV_PYTHON__
|
||||
if __name__ == '__main__':
|
||||
import sys, pydoc
|
||||
sys.exit(pydoc.cli())
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue