2025-04-08 18:46:12 +08:00

5 lines
180 B
Python

"""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(' ')]