Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 659a6f562b0a6ed375b4708603a75150ed520694 authored by Benjamin Peterson on 02 March 2014, 00:14:12 UTC
fix test_posix.test_initgroups to work without supplemental groups (closes #20249)
Tip revision: 659a6f5
pydoc3
#!/usr/bin/env python3

import pydoc
if __name__ == '__main__':
    pydoc.cli()
back to top