mirror of
https://github.com/python/cpython.git
synced 2025-08-26 11:45:20 +00:00
install idle and pydoc with a 3 suffix #5756
This commit is contained in:
parent
f4841e2df7
commit
0b4915e99e
4 changed files with 8 additions and 9 deletions
5
Tools/scripts/pydoc3
Executable file
5
Tools/scripts/pydoc3
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import pydoc
|
||||
if __name__ == '__main__':
|
||||
pydoc.cli()
|
Loading…
Add table
Add a link
Reference in a new issue