Browse Source

Merge 3.5

pull/9921/head
Benjamin Peterson 11 years ago
parent
commit
39bdb9e600
  1. 10
      Lib/distutils/__init__.py

10
Lib/distutils/__init__.py

@ -8,10 +8,6 @@ used from a setup script as
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(' ')]
Loading…
Cancel
Save