mirror of
https://github.com/python/cpython.git
synced 2026-04-24 21:01:04 +00:00
Merge 3.5
This commit is contained in:
commit
39bdb9e600
1 changed files with 3 additions and 7 deletions
|
|
@ -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(' ')]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue