Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
528a9ab1f0c93d8dabc2b97b39e7252af7372456
/
.
/
Lib
/
idlelib
/
idlever.py
blob: 37b7712a47624a7ad51ef95e3e859ca9a5461d82 [
file
] [
log
] [
blame
]
"""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
(
' '
)]