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

make idlever.py self-updating (closes #24199)

üst 5863a396
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