Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: b2506101342f26962fec33d5a4d577d54f116145 authored by Larry Hastings on 08 February 2015, 00:04:22 UTC
Fix a copyright notice that still said 2014.
Tip revision: b250610
2to3
#!/usr/bin/env python
import sys
from lib2to3.main import main

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