Staging
v0.8.1
https://github.com/python/cpython
Revision 439c93d51f45c50541fc755b597725168ecd939a authored by Łukasz Langa on 11 August 2020, 17:14:36 UTC, committed by Łukasz Langa on 11 August 2020, 18:58:17 UTC
1 parent 5de00f6
Raw File
Tip revision: 439c93d51f45c50541fc755b597725168ecd939a authored by Łukasz Langa on 11 August 2020, 17:14:36 UTC
Python 3.9.0rc1
Tip revision: 439c93d
2to3
#!/usr/bin/env python
import sys
from lib2to3.main import main

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