Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: b7f4c2d03af4c7d3960df64b7ae4139520c9fdcf authored by cvs2svn on 30 March 2005, 03:01:43 UTC
This commit was manufactured by cvs2svn to create tag 'r241'.
Tip revision: b7f4c2d
idle.bat
@echo off
rem Working IDLE bat for Windows - uses start instead of absolute pathname
start idle.pyw %1 %2 %3 %4 %5 %6 %7 %8 %9
back to top