Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: bc7a130f90e34514bd2b833f9bc9f16001caeb38 authored by Larry Hastings on 23 January 2018, 13:49:45 UTC
Whoops, missed checking in version bump.
Tip revision: bc7a130
idle3
#! /usr/bin/env python3

from idlelib.PyShell import main
if __name__ == '__main__':
    main()
back to top