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:
Vinay Sajip 2013-06-30 22:06:52 +01:00
parent 56fe854a77
commit 61d003a8f1
3 changed files with 3 additions and 9 deletions

View file

@ -1,5 +0,0 @@
#!__VENV_PYTHON__
if __name__ == '__main__':
import sys, pydoc
sys.exit(pydoc.cli())