openmedialibrary_platform_d.../lib/python3.5/idlelib/idlever.py
2016-02-06 15:06:57 +05:30

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