Merge 3.5

This commit is contained in:
Benjamin Peterson 2015-05-25 21:25:27 -05:00
commit 39bdb9e600

View file

@ -8,10 +8,6 @@
setup (...)
"""
# Distutils version
#
# Updated automatically by the Python release process.
#
#--start constants--
__version__ = "3.5.0b1"
#--end constants--
import sys
__version__ = sys.version[:sys.version.index(' ')]