mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
merge 3.4
This commit is contained in:
commit
09479d0b94
1 changed files with 3 additions and 7 deletions
|
@ -8,10 +8,6 @@ used from a setup script as
|
||||||
setup (...)
|
setup (...)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Distutils version
|
import sys
|
||||||
#
|
|
||||||
# Updated automatically by the Python release process.
|
__version__ = sys.version[:sys.version.index(' ')]
|
||||||
#
|
|
||||||
#--start constants--
|
|
||||||
__version__ = "3.5.0b1"
|
|
||||||
#--end constants--
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue