Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
296c66e21cf21c2b4eada43432d734e9bccc07b4
/
.
/
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
(
' '
)]