Sign in
android
/
platform
/
prebuilts
/
python
/
windows-x86
/
refs/heads/llvm-toolchain-testing
/
.
/
x86
/
Lib
/
idlelib
/
idlever.py
blob: 563d933f3bd66e319ed3e195479128cd03095b4f [
file
] [
log
] [
blame
] [
edit
]
"""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
(
' '
)]