Kaydet (Commit) 82d8f06f authored tarafından Benjamin Peterson's avatar Benjamin Peterson

merge 3.3

...@@ -8,10 +8,6 @@ used from a setup script as ...@@ -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.4.3"
#--end constants--
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment