Commit b1f37974 authored by Benjamin Peterson's avatar Benjamin Peterson

merge 2.7.10 release branch

parents 80cb186b a71a4f4e
IDLE_VERSION = "2.7.10rc1"
"""Unused by Idle: there is no separate Idle version anymore.
Kept only for possible existing extension use."""
from sys import version
IDLE_VERSION = version[:version.index(' ')]
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