Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
936a6f15c63b74de6fb8e017f3bde07da09d6add
/
.
/
Lib
/
idlelib
/
idlever.py
blob: 563d933f3bd66e319ed3e195479128cd03095b4f [
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
(
' '
)]