Staging
v0.8.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
2to3
#!/usr/bin/env python
import sys
from lib2to3.main import main

sys.exit(main("lib2to3.fixes"))
back to top