merge 3.3

This commit is contained in:
Benjamin Peterson 2015-05-25 21:24:48 -05:00
commit 82d8f06fcd
1 changed files with 3 additions and 7 deletions

View File

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