mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +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/idle3
Executable file
5
Tools/scripts/idle3
Executable file
|
@ -0,0 +1,5 @@
|
|||
#! /usr/bin/env python3
|
||||
|
||||
from idlelib.PyShell import main
|
||||
if __name__ == '__main__':
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue