install idle and pydoc with a 3 suffix #5756
diff --git a/Tools/scripts/idle3 b/Tools/scripts/idle3
new file mode 100755
index 0000000..8ee92c2
--- /dev/null
+++ b/Tools/scripts/idle3
@@ -0,0 +1,5 @@
+#! /usr/bin/env python3
+
+from idlelib.PyShell import main
+if __name__ == '__main__':
+    main()