index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
venv
/
scripts
/
posix
/
pydoc
blob: 92337711289f7eb46377a1ee7befd7647ae69a78 (
plain
)
1
2
3
4
5
#!__VENV_PYTHON__ if __name__ == '__main__': import sys, pydoc sys.exit(pydoc.cli())