install idle and pydoc with a 3 suffix #5756

This commit is contained in:
Benjamin Peterson 2009-04-25 21:11:45 +00:00
parent f4841e2df7
commit 0b4915e99e
4 changed files with 8 additions and 9 deletions

5
Tools/scripts/idle3 Executable file
View file

@ -0,0 +1,5 @@
#! /usr/bin/env python3
from idlelib.PyShell import main
if __name__ == '__main__':
main()