Staging
v0.5.1
https://github.com/python/cpython
Revision 01e0f439f5009f37b95ab516e91906fcc7fcb8c3 authored by Pradyun Gedam on 06 March 2019, 11:42:21 UTC, committed by Donald Stufft on 06 March 2019, 11:42:21 UTC
* Update pip to 19.0.3
* Update setuptools to 40.8.0
1 parent 18ee50d
Raw File
Tip revision: 01e0f439f5009f37b95ab516e91906fcc7fcb8c3 authored by Pradyun Gedam on 06 March 2019, 11:42:21 UTC
bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)
Tip revision: 01e0f43
__main__.py
import sys
from .main import main

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